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

Commit ef8597fe authored by Ruben Brunk's avatar Ruben Brunk
Browse files

Fixed disappearing aspect ratio button.

Bug: 7369518
Change-Id: I5342339fa5a6e42d38b1ec7a8e6398bbb6901526
parent 6df6841f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -197,7 +197,6 @@ public class PanelController implements OnClickListener {
        public void showAspectButtons() {
            if (mAspectButton != null)
                mAspectButton.setVisibility(View.VISIBLE);
            mCurrentAspectButton = ASPECT_NONE;
        }

        public void hideAspectButtons() {
@@ -606,6 +605,7 @@ public class PanelController implements OnClickListener {
            }
            case R.id.aspect: {
                mUtilityPanel.nextAspectButton();
                mUtilityPanel.showAspectButtons();
                break;
            }
            case R.id.applyEffect: {