mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-05 01:47:24 +00:00
Made a variable private
This commit is contained in:
parent
4cb52fe719
commit
b12b1aee43
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue