mirror of
https://github.com/SimpleMobileTools/Simple-Launcher.git
synced 2025-04-03 21:01:06 +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()
|
||||
}
|
||||
|
||||
override fun onTopResumedActivityChanged(isTopResumedActivity: Boolean) {
|
||||
super.onTopResumedActivityChanged(isTopResumedActivity)
|
||||
if (!isTopResumedActivity) {
|
||||
hideFragment(all_apps_fragment)
|
||||
hideFragment(widgets_fragment)
|
||||
}
|
||||
}
|
||||
|
||||
override fun onResume() {
|
||||
super.onResume()
|
||||
updateStatusbarColor(Color.TRANSPARENT)
|
||||
|
Loading…
x
Reference in New Issue
Block a user