Skip to content

Commit

Permalink
Force awesome bar widget creation when detached from window. (#3156)
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Apr 14, 2020
1 parent fbf03db commit 1032ae4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -479,7 +479,7 @@ public void detachFromWindow() {
}
mAttachedWindow = null;
if (mAwesomeBar != null && mAwesomeBar.isVisible()) {
mAwesomeBar.hideNoAnim(UIWidget.KEEP_WIDGET);
mAwesomeBar.hideNoAnim(UIWidget.REMOVE_WIDGET);
}

mBinding.navigationBarNavigation.urlBar.detachFromWindow();
Expand Down

0 comments on commit 1032ae4

Please sign in to comment.