Commit b495f372 authored by topjohnwu's avatar topjohnwu

Optimize imports

parent 19155475
...@@ -8,7 +8,6 @@ import com.topjohnwu.magisk.Const; ...@@ -8,7 +8,6 @@ import com.topjohnwu.magisk.Const;
import com.topjohnwu.magisk.Data; import com.topjohnwu.magisk.Data;
import com.topjohnwu.magisk.components.Notifications; import com.topjohnwu.magisk.components.Notifications;
import com.topjohnwu.magisk.utils.Topic; import com.topjohnwu.magisk.utils.Topic;
import com.topjohnwu.magisk.utils.Utils;
import org.json.JSONException; import org.json.JSONException;
import org.json.JSONObject; import org.json.JSONObject;
......
...@@ -3,7 +3,6 @@ package com.topjohnwu.magisk.components; ...@@ -3,7 +3,6 @@ package com.topjohnwu.magisk.components;
import android.widget.Toast; import android.widget.Toast;
import com.androidnetworking.interfaces.DownloadProgressListener; import com.androidnetworking.interfaces.DownloadProgressListener;
import com.topjohnwu.magisk.Const;
import com.topjohnwu.magisk.Data; import com.topjohnwu.magisk.Data;
import com.topjohnwu.magisk.MagiskManager; import com.topjohnwu.magisk.MagiskManager;
import com.topjohnwu.magisk.R; import com.topjohnwu.magisk.R;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment