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

Commit ea78390e authored by Mangesh Ghiware's avatar Mangesh Ghiware
Browse files

Re-enable crop for new panorama

Bug: 7326215
Change-Id: Ic7a87baceb8aff6247d40b91d4c60cd47c86c377
parent b48d73db
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -189,7 +189,6 @@ public class MenuExecutor {
        if (disablePanorama360Options) {
        if (disablePanorama360Options) {
            setMenuItemVisible(menu, R.id.action_rotate_ccw, false);
            setMenuItemVisible(menu, R.id.action_rotate_ccw, false);
            setMenuItemVisible(menu, R.id.action_rotate_cw, false);
            setMenuItemVisible(menu, R.id.action_rotate_cw, false);
            setMenuItemVisible(menu, R.id.action_crop, false);
        }
        }
    }
    }