Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 5262229

Browse files
MortimerGorobluemarvin
authored andcommitted
Show the window in front of the user when exitting immersive mode (#1342)
1 parent a63528b commit 5262229

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎app/src/common/shared/org/mozilla/vrbrowser/VRBrowserActivity.java‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -755,6 +755,9 @@ void resumeGeckoViewCompositor() {
755755
return;
756756
}
757757
mIsPresentingImmersive = false;
758+
// Show the window in front of you when you exit immersive mode.
759+
resetUIYaw();
760+
758761
TelemetryWrapper.uploadImmersiveToHistogram();
759762
Handler handler = new Handler(Looper.getMainLooper());
760763
handler.postDelayed(() -> {

0 commit comments

Comments
 (0)