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

Commit

Permalink
Clear Navigation Bar focus when window changes focus. Fixes #1841 (#1848
Browse files Browse the repository at this point in the history
)
  • Loading branch information
bluemarvin authored Sep 17, 2019
1 parent 0e644da commit 5d08acb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,8 @@ public void attachToWindow(@NonNull WindowWidget aWindow) {
}
}

clearFocus();

mSessionStack = aWindow.getSessionStack();
if (mSessionStack != null) {
mURLBar.setSessionStack(mSessionStack);
Expand Down

0 comments on commit 5d08acb

Please sign in to comment.