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

Commit a3b63c00 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am 337756fa: am 78ad66b4: Merge "[Audio]Press camera button during Http live...

am 337756fa: am 78ad66b4: Merge "[Audio]Press camera button during Http live Audio playing, then return Browser, DUT display abnormal."

* commit '337756fa':
  [Audio]Press camera button during Http live Audio playing, then return Browser, DUT display abnormal.
parents 70574efd 337756fa
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -477,7 +477,8 @@ public class MediaController extends FrameLayout {
            return true;
        } else if (keyCode == KeyEvent.KEYCODE_VOLUME_DOWN
                || keyCode == KeyEvent.KEYCODE_VOLUME_UP
                || keyCode == KeyEvent.KEYCODE_VOLUME_MUTE) {
                || keyCode == KeyEvent.KEYCODE_VOLUME_MUTE
                || keyCode == KeyEvent.KEYCODE_CAMERA) {
            // don't show the controls for volume adjustment
            return super.dispatchKeyEvent(event);
        } else if (keyCode == KeyEvent.KEYCODE_BACK || keyCode == KeyEvent.KEYCODE_MENU) {