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

Commit b5dc542f authored by Wu-cheng Li's avatar Wu-cheng Li
Browse files

Do not show action bar on camera.

bug:6411406
Change-Id: I4fbb95c9913046b4d5b1cfa4ede10490d156ed3f
parent 3d99b968
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -574,8 +574,8 @@ public class PhotoPage extends ActivityState implements
        }
        }


        MediaItem item = mModel.getCurrentMediaItem();
        MediaItem item = mModel.getCurrentMediaItem();
        if (item == null) {
        if (item == null || item == mScreenNailItem) {
            // item is not ready, ignore
            // item is not ready or it is camera preview, ignore
            return;
            return;
        }
        }