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

Commit f1b2f07

Browse files
authored
Fix in-video fullscreen exit (#3098)
1 parent 01b3638 commit f1b2f07

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

app/src/common/shared/org/mozilla/vrbrowser/ui/widgets/NavigationBarWidget.java

-5
Original file line numberDiff line numberDiff line change
@@ -594,11 +594,6 @@ private void exitFullScreenMode() {
594594
return;
595595
}
596596

597-
if (!mAttachedWindow.isFullScreen()) {
598-
mTrayViewModel.setShouldBeVisible(true);
599-
return;
600-
}
601-
602597
// We need to add a delay for the exitFullScreen() call to solve some viewport scaling issues,
603598
// See https://github.com/MozillaReality/FirefoxReality/issues/833 for more info.
604599
postDelayed(() -> {

0 commit comments

Comments
 (0)