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

Commit 2d695667 authored by Ruben Brunk's avatar Ruben Brunk
Browse files

Fix missing break statement.

Test: manual - check display behavior in lockscreen after screenoff in
   VR app.

Change-Id: Icbcc99101473b9ff9f379c72dad07480a0dea666
parent d8502d05
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2328,7 +2328,8 @@ public class ActivityManagerService extends IActivityManager.Stub
                    }
                }
                vrService.setVrMode(vrMode, requestedPackage, userId, callingPackage);
            } case NOTIFY_VR_SLEEPING_MSG: {
            } break;
            case NOTIFY_VR_SLEEPING_MSG: {
                notifyVrManagerOfSleepState(msg.arg1 != 0);
            } break;
            case HANDLE_TRUST_STORAGE_UPDATE_MSG: {