Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74e981f3 authored by John Hoford's avatar John Hoford Committed by Android Git Automerger
Browse files

am bae1c102: remove an Icon change that introduced a bug

* commit 'bae1c102':
  remove an Icon change that introduced a bug
parents 2187c9c5 bae1c102
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -285,7 +285,7 @@ public class Editor implements OnSeekBarChangeListener, SwapButton.SwapButtonLis

    protected void setMenuIcon(boolean on) {
        mEditTitle.setCompoundDrawablesRelativeWithIntrinsicBounds(
                0, 0, 0, on ? R.drawable.filtershow_menu_marker : 0);
                0, 0, on ? R.drawable.filtershow_menu_marker : 0, 0);
    }

    protected void createMenu(int[] strId, View button) {