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

Commit 70163eaf authored by John Hoford's avatar John Hoford Committed by Android Git Automerger
Browse files

am b867739b: display menu indicator in crop

* commit 'b867739b':
  display menu indicator in crop
parents 7f7949e4 b867739b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -142,6 +142,12 @@ public class EditorCrop extends Editor implements EditorInfo {
        popupMenu.show();
    }

    @Override
    public void setUtilityPanelUI(View actionButton, View editControl) {
        super.setUtilityPanelUI(actionButton,editControl);
        setMenuIcon(true);
    }

    @Override
    public boolean showsSeekBar() {
        return false;