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

Commit

Permalink
Fix in-video fullscreen exit (#3098)
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo authored Apr 3, 2020
1 parent 01b3638 commit f1b2f07
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -594,11 +594,6 @@ private void exitFullScreenMode() {
return;
}

if (!mAttachedWindow.isFullScreen()) {
mTrayViewModel.setShouldBeVisible(true);
return;
}

// We need to add a delay for the exitFullScreen() call to solve some viewport scaling issues,
// See https://github.com/MozillaReality/FirefoxReality/issues/833 for more info.
postDelayed(() -> {
Expand Down

0 comments on commit f1b2f07

Please sign in to comment.