mirror of
				https://github.com/SimpleMobileTools/Simple-App-Launcher.git
				synced 2025-06-05 21:49:21 +02:00 
			
		
		
		
	animate column count changes
This commit is contained in:
		| @@ -180,9 +180,9 @@ class MainActivity : SimpleActivity(), RefreshRecyclerViewListener { | ||||
|  | ||||
|     private fun columnCountChanged() { | ||||
|         invalidateOptionsMenu() | ||||
|         launchers_grid.adapter?.notifyDataSetChanged() | ||||
|         getGridAdapter()?.launchers?.apply { | ||||
|             calculateContentHeight(this) | ||||
|         getGridAdapter()?.apply { | ||||
|             notifyItemRangeChanged(0, launchers.size) | ||||
|             calculateContentHeight(launchers) | ||||
|         } | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user