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

Commit

Permalink
Hide search suggestions when focusing a different window (#2211)
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro authored and bluemarvin committed Nov 8, 2019
1 parent b5b203f commit ee4ee68
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,9 @@ public void detachFromWindow() {
mAttachedWindow.setPopUpDelegate(null);
}
mAttachedWindow = null;
if (mAwesomeBar != null && mAwesomeBar.isVisible()) {
onHideAwesomeBar();
}
}

@Override
Expand Down

0 comments on commit ee4ee68

Please sign in to comment.