mirror of
				https://github.com/SimpleMobileTools/Simple-Launcher.git
				synced 2025-06-05 21:59:15 +02:00 
			
		
		
		
	Instantly hide app drawer without animation when using closeAppDrawer method
This commit is contained in:
		| @@ -485,7 +485,9 @@ class MainActivity : SimpleActivity(), FlingListener { | ||||
|  | ||||
|     fun closeAppDrawer() { | ||||
|         if (isAllAppsFragmentExpanded()) { | ||||
|             hideFragment(all_apps_fragment) | ||||
|             all_apps_fragment.y = mScreenHeight.toFloat() | ||||
|             all_apps_fragment.all_apps_grid.scrollToPosition(0) | ||||
|             home_screen_grid.fragmentCollapsed() | ||||
|         } | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user