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

Commit 81912a44 authored by Mangesh Ghiware's avatar Mangesh Ghiware Committed by Android Git Automerger
Browse files

am b57e72bb: Disable destructive rotate for lightcycle panorama

* commit 'b57e72bb':
  Disable destructive rotate for lightcycle panorama
parents d0bd885b b57e72bb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -249,6 +249,8 @@ public class LocalImage extends LocalMediaItem {

        if (usePanoramaViewer()) {
            operation |= SUPPORT_PANORAMA;
            // disable destructive rotate for lightcycle panorama
            operation &= ~SUPPORT_ROTATE;
        }
        return operation;
    }