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

Commit 4d7efab8 authored by nicolasroard's avatar nicolasroard
Browse files

Fix Gallery auto-hide action bar in Album view

bug:11218758
Change-Id: Id48e54842ea3539396801d99ea8ec33e58c7a1f1
parent db30124a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -862,6 +862,7 @@ public abstract class PhotoPage extends ActivityState implements

    @Override
    protected void onBackPressed() {
        showBars();
        if (mShowDetails) {
            hideDetails();
        } else if (mAppBridge == null || !switchWithCaptureAnimation(-1)) {