Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0ab84268 authored by Yash Garg's avatar Yash Garg 💬
Browse files

enable haptics on app icon long press on home screen

parent 32ac418d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1755,6 +1755,7 @@ public class LauncherActivity extends AppCompatActivity implements
        }

        icon.setOnLongClickListener(view -> {
            view.setHapticFeedbackEnabled(true);
            handleWobbling(true);
            longPressed = true;
            return true;