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

Commit

Permalink
Fixes glitches when swhitching between regular and private modes (#3187)
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo authored Apr 17, 2020
1 parent c3a1149 commit ca8257d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,8 @@ private void setWindowVisible(@NonNull WindowWidget aWindow, boolean aVisible) {
setFirstPaint(aWindow, aWindow.getSession());
}
aWindow.setVisible(aVisible);
aWindow.getTitleBar().setVisible(aVisible);
aWindow.getTopBar().setVisible(aVisible);
}

private void placeWindow(@NonNull WindowWidget aWindow, WindowPlacement aPosition) {
Expand Down

0 comments on commit ca8257d

Please sign in to comment.