mirror of
				https://github.com/SimpleMobileTools/Simple-Launcher.git
				synced 2025-06-05 21:59:15 +02:00 
			
		
		
		
	Add vibration on folder items too
This commit is contained in:
		| @@ -583,7 +583,7 @@ class MainActivity : SimpleActivity(), FlingListener { | ||||
|     } | ||||
|  | ||||
|     private fun performItemLongClick(x: Float, clickedGridItem: HomeScreenGridItem) { | ||||
|         if (clickedGridItem.type == ITEM_TYPE_ICON || clickedGridItem.type == ITEM_TYPE_SHORTCUT) { | ||||
|         if (clickedGridItem.type == ITEM_TYPE_ICON || clickedGridItem.type == ITEM_TYPE_SHORTCUT || clickedGridItem.type == ITEM_TYPE_FOLDER) { | ||||
|             binding.mainHolder.performHapticFeedback() | ||||
|         } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user