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

Commit d57ddeb8 authored by Bobby Georgescu's avatar Bobby Georgescu Committed by Android Git Automerger
Browse files

am 02a5f562: am 30c71e7c: am db99a10b: Fix NPE in PhotoPage

* commit '02a5f562':
  Fix NPE in PhotoPage
parents 9047063b 02a5f562
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -304,7 +304,9 @@ public class PhotoPage extends ActivityState implements
                        break;
                    }
                    case MSG_ON_FULL_SCREEN_CHANGED: {
                        if (mAppBridge != null) {
                            mAppBridge.onFullScreenChanged(message.arg1 == 1);
                        }
                        break;
                    }
                    case MSG_UPDATE_ACTION_BAR: {