Small reorganization

This commit is contained in:
topjohnwu
2018-12-03 01:44:13 -05:00
parent 59141f9bbe
commit 2b502e9a0f
9 changed files with 20 additions and 20 deletions

View File

@@ -5,7 +5,7 @@ import android.os.AsyncTask;
import com.topjohnwu.magisk.BuildConfig;
import com.topjohnwu.magisk.Const;
import com.topjohnwu.magisk.Data;
import com.topjohnwu.magisk.utils.Notifications;
import com.topjohnwu.magisk.components.Notifications;
import com.topjohnwu.magisk.utils.Topic;
import com.topjohnwu.magisk.utils.Utils;