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

Unverified Commit 16fec389 authored by Michael Bestas's avatar Michael Bestas
Browse files

fixup! Camera button support

Change-Id: I2df8e15ac583ae37df328c25a0ab61d6efdb2a2b
parent 80ff2a54
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -917,7 +917,6 @@ public class PhoneWindowManager implements WindowManagerPolicy {
                    toggleTorch();
                    break;
                case MSG_CAMERA_LONG_PRESS:
                    KeyEvent event = (KeyEvent) msg.obj;
                    mIsLongPress = true;
                    break;
            }