mirror of
https://github.com/SimpleMobileTools/Simple-Launcher.git
synced 2025-04-01 12:00:17 +02:00
Add vibration on folder items too
This commit is contained in:
parent
e5adb450c2
commit
1fcda210b6
@ -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()
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user