Fix weird SettingsIcon behaviour

When OnPause was called and the user went back to launcher, it made 
weird movements
This commit is contained in:
Finn M Glas 2020-06-18 19:53:01 +02:00
parent 057dd5e0a4
commit 5d71cf7113
No known key found for this signature in database
GPG key ID: 902A30146014DFBF

View file

@ -116,6 +116,8 @@ class HomeActivity: UIObject, AppCompatActivity(),
override fun onPause() {
super.onPause()
clockTimer.cancel()
hideSettingsIcon()
}
/** Touch- and Key-related functions to start activities */