From b12b1aee4344ec7953a70ffb3100e3245b37b45b Mon Sep 17 00:00:00 2001 From: ottoptj Date: Mon, 12 Aug 2024 10:40:23 +0300 Subject: [PATCH] Made a variable private --- app/src/main/java/eu/ottop/yamlauncher/MainActivity.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/eu/ottop/yamlauncher/MainActivity.kt b/app/src/main/java/eu/ottop/yamlauncher/MainActivity.kt index f964148..759b5dc 100644 --- a/app/src/main/java/eu/ottop/yamlauncher/MainActivity.kt +++ b/app/src/main/java/eu/ottop/yamlauncher/MainActivity.kt @@ -86,7 +86,7 @@ class MainActivity : AppCompatActivity(), SharedPreferences.OnSharedPreferenceCh private lateinit var preferences: SharedPreferences private var isBatteryReceiverRegistered = false - var isJobActive = true + private var isJobActive = true private val swipeThreshold = 100 private val swipeVelocityThreshold = 100