mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-04 17:37:25 +00:00
Appearance: no timers
This commit is contained in:
parent
734e1a8b97
commit
ba95df1e0f
1 changed files with 0 additions and 10 deletions
|
|
@ -145,16 +145,6 @@ class MainActivity : AppCompatActivity(), SharedPreferences.OnSharedPreferenceCh
|
||||||
|
|
||||||
setHomeListeners()
|
setHomeListeners()
|
||||||
|
|
||||||
// Task to update the app menu every 15 seconds
|
|
||||||
lifecycleScope.launch {
|
|
||||||
lifecycle.repeatOnLifecycle(Lifecycle.State.STARTED) {
|
|
||||||
while (true) {
|
|
||||||
refreshAppMenu()
|
|
||||||
delay(15000)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
setupApps()
|
setupApps()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue