We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a63528b commit 5262229Copy full SHA for 5262229
1 file changed
app/src/common/shared/org/mozilla/vrbrowser/VRBrowserActivity.java
@@ -755,6 +755,9 @@ void resumeGeckoViewCompositor() {
755
return;
756
}
757
mIsPresentingImmersive = false;
758
+ // Show the window in front of you when you exit immersive mode.
759
+ resetUIYaw();
760
+
761
TelemetryWrapper.uploadImmersiveToHistogram();
762
Handler handler = new Handler(Looper.getMainLooper());
763
handler.postDelayed(() -> {
0 commit comments