Skip to content

Commit

Permalink
Close library panels when a new request is loaded (#2796)
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Feb 18, 2020
1 parent 4eb6373 commit ea9f1c4
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -1614,6 +1614,9 @@ public void onCanGoForward(@NonNull GeckoSession geckoSession, boolean canGoForw
} else {
hideLibraryPanels();
}

} else {
hideLibraryPanels();
}

if ("file".equalsIgnoreCase(uri.getScheme()) &&
Expand Down

0 comments on commit ea9f1c4

Please sign in to comment.