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

Commit ee4ee68

Browse files
MortimerGorobluemarvin
authored andcommitted
Hide search suggestions when focusing a different window (#2211)
1 parent b5b203f commit ee4ee68

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,9 @@ public void detachFromWindow() {
413413
mAttachedWindow.setPopUpDelegate(null);
414414
}
415415
mAttachedWindow = null;
416+
if (mAwesomeBar != null && mAwesomeBar.isVisible()) {
417+
onHideAwesomeBar();
418+
}
416419
}
417420

418421
@Override

0 commit comments

Comments
 (0)