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

Commit

Permalink
Update 1.5x resize button style when entering private mode, (#1773)
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro authored and bluemarvin committed Sep 4, 2019
1 parent be4f30e commit 63a16d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ private void initialize(@NonNull Context aContext) {
mButtons = new ArrayList<>();
mButtons.addAll(Arrays.<CustomUIButton>asList(
mBackButton, mForwardButton, mReloadButton, mHomeButton, mResizeEnterButton, mResizeExitButton,
mServoButton, mPreset0, mPreset1, mPreset2, mPreset3));
mServoButton, mPreset0, mPreset1, mPreset15, mPreset2, mPreset3));

mURLBar.setDelegate(this);

Expand Down

0 comments on commit 63a16d9

Please sign in to comment.