mirror of
https://github.com/SimpleMobileTools/Simple-Launcher.git
synced 2025-04-04 21:31:00 +02:00
Close apps drawer and widgets screen when navigating to other apps
This closes #17, closes #57
This commit is contained in:
parent
c5ea727398
commit
10a06020e8
@ -178,6 +178,14 @@ class MainActivity : SimpleActivity(), FlingListener {
|
|||||||
home_screen_grid.appWidgetHost.startListening()
|
home_screen_grid.appWidgetHost.startListening()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
override fun onTopResumedActivityChanged(isTopResumedActivity: Boolean) {
|
||||||
|
super.onTopResumedActivityChanged(isTopResumedActivity)
|
||||||
|
if (!isTopResumedActivity) {
|
||||||
|
hideFragment(all_apps_fragment)
|
||||||
|
hideFragment(widgets_fragment)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
override fun onResume() {
|
override fun onResume() {
|
||||||
super.onResume()
|
super.onResume()
|
||||||
updateStatusbarColor(Color.TRANSPARENT)
|
updateStatusbarColor(Color.TRANSPARENT)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user