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

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

Make sure action bar is hidden when camera starts.

bug:6402552

Change-Id: I2ec39e607a505490e431181eb40e259102b9a773
parent 736cf74b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -186,6 +186,9 @@ public class PhotoPage extends ActivityState

                // Start from the screen nail.
                itemPath = mScreenNailItemPath;

                // Action bar should not be displayed when camera starts.
                mFlags |= FLAG_HIDE_ACTION_BAR;
            }

            mMediaSet = mActivity.getDataManager().getMediaSet(mSetPathString);