From a823e32701fb1e52895666759a9c8fc9b61b24e6 Mon Sep 17 00:00:00 2001 From: Mygod Date: Sun, 24 Oct 2021 21:36:24 -0400 Subject: [PATCH] Refine code style --- .../src/freedom/java/be/mygod/vpnhotspot/util/UpdateChecker.kt | 1 - mobile/src/main/java/be/mygod/vpnhotspot/client/MacLookup.kt | 1 - 2 files changed, 2 deletions(-) diff --git a/mobile/src/freedom/java/be/mygod/vpnhotspot/util/UpdateChecker.kt b/mobile/src/freedom/java/be/mygod/vpnhotspot/util/UpdateChecker.kt index 7a2553ab..01a48cfa 100644 --- a/mobile/src/freedom/java/be/mygod/vpnhotspot/util/UpdateChecker.kt +++ b/mobile/src/freedom/java/be/mygod/vpnhotspot/util/UpdateChecker.kt @@ -1,7 +1,6 @@ package be.mygod.vpnhotspot.util import android.app.Activity -import android.content.Intent import android.net.Uri import androidx.core.content.edit import be.mygod.vpnhotspot.App.Companion.app diff --git a/mobile/src/main/java/be/mygod/vpnhotspot/client/MacLookup.kt b/mobile/src/main/java/be/mygod/vpnhotspot/client/MacLookup.kt index d0e6e46a..fd86e7cf 100644 --- a/mobile/src/main/java/be/mygod/vpnhotspot/client/MacLookup.kt +++ b/mobile/src/main/java/be/mygod/vpnhotspot/client/MacLookup.kt @@ -1,7 +1,6 @@ package be.mygod.vpnhotspot.client import android.content.Context -import android.os.Build import androidx.annotation.MainThread import be.mygod.vpnhotspot.App.Companion.app import be.mygod.vpnhotspot.R