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

Commit e4b7170f authored by Yash Garg's avatar Yash Garg 💬
Browse files

Merge branch '815-master_enable-app-haptic' into 'master'

enable haptics on app icon long press on home screen

See merge request !119
parents 32ac418d 0ab84268
Loading
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;