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

Commit 1032ae4

Browse files
authored
Force awesome bar widget creation when detached from window. (#3156)
1 parent fbf03db commit 1032ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ public void detachFromWindow() {
479479
}
480480
mAttachedWindow = null;
481481
if (mAwesomeBar != null && mAwesomeBar.isVisible()) {
482-
mAwesomeBar.hideNoAnim(UIWidget.KEEP_WIDGET);
482+
mAwesomeBar.hideNoAnim(UIWidget.REMOVE_WIDGET);
483483
}
484484

485485
mBinding.navigationBarNavigation.urlBar.detachFromWindow();

0 commit comments

Comments
 (0)