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

Commit 4b1deabc authored by Ruben Brunk's avatar Ruben Brunk Committed by android-build-merger
Browse files

Merge "Dismiss immersive mode overlay while in VR mode." into nyc-dev am: 8ecf66fc am: 2b699f0f

am: aef12f4f

* commit 'aef12f4f':
  Dismiss immersive mode overlay while in VR mode.

Change-Id: I4cf3ff728079e948220a50a6067d4333d072f3e6
parents 51e57f1d aef12f4f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -380,6 +380,10 @@ public class ImmersiveModeConfirmation {
        @Override
        public void onVrStateChanged(boolean enabled) throws RemoteException {
            mVrModeEnabled = enabled;
            if (mVrModeEnabled) {
                mHandler.removeMessages(H.SHOW);
                mHandler.sendEmptyMessage(H.HIDE);
            }
        }
    };
}