Skip to content

Commit

Permalink
Reinstate highlighter under drawing menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-signal committed Jun 9, 2020
1 parent e1bb773 commit 1ecdea5
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -123,9 +123,9 @@ private void updateCropAspectLockImage(boolean cropAspectLocked) {
private void initializeVisibilityMap() {
setVisibleViewsWhenInMode(Mode.NONE, drawButton, blurButton, textButton, stickerButton, cropButton, undoButton, saveButton);

setVisibleViewsWhenInMode(Mode.DRAW, confirmButton, undoButton, colorPicker, colorPalette);
setVisibleViewsWhenInMode(Mode.DRAW, confirmButton, undoButton, colorPicker, colorPalette, highlightButton);

setVisibleViewsWhenInMode(Mode.HIGHLIGHT, confirmButton, undoButton, colorPicker, colorPalette);
setVisibleViewsWhenInMode(Mode.HIGHLIGHT, confirmButton, undoButton, colorPicker, colorPalette, drawButton);

setVisibleViewsWhenInMode(Mode.BLUR, confirmButton, undoButton, blurToggleHud);

Expand Down

0 comments on commit 1ecdea5

Please sign in to comment.