From b495f37299c24a72833a6b3631395707ef8f1f98 Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Mon, 3 Dec 2018 10:09:14 -0500 Subject: [PATCH] Optimize imports --- app/src/full/java/com/topjohnwu/magisk/asyncs/CheckUpdates.java | 1 - .../com/topjohnwu/magisk/components/ProgressNotification.java | 1 - 2 files changed, 2 deletions(-) diff --git a/app/src/full/java/com/topjohnwu/magisk/asyncs/CheckUpdates.java b/app/src/full/java/com/topjohnwu/magisk/asyncs/CheckUpdates.java index e0225e9d7..0c01e07ae 100644 --- a/app/src/full/java/com/topjohnwu/magisk/asyncs/CheckUpdates.java +++ b/app/src/full/java/com/topjohnwu/magisk/asyncs/CheckUpdates.java @@ -8,7 +8,6 @@ import com.topjohnwu.magisk.Const; import com.topjohnwu.magisk.Data; import com.topjohnwu.magisk.components.Notifications; import com.topjohnwu.magisk.utils.Topic; -import com.topjohnwu.magisk.utils.Utils; import org.json.JSONException; import org.json.JSONObject; diff --git a/app/src/full/java/com/topjohnwu/magisk/components/ProgressNotification.java b/app/src/full/java/com/topjohnwu/magisk/components/ProgressNotification.java index 5ff81e11d..92dca7cd2 100644 --- a/app/src/full/java/com/topjohnwu/magisk/components/ProgressNotification.java +++ b/app/src/full/java/com/topjohnwu/magisk/components/ProgressNotification.java @@ -3,7 +3,6 @@ package com.topjohnwu.magisk.components; import android.widget.Toast; import com.androidnetworking.interfaces.DownloadProgressListener; -import com.topjohnwu.magisk.Const; import com.topjohnwu.magisk.Data; import com.topjohnwu.magisk.MagiskManager; import com.topjohnwu.magisk.R;