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

Commit f0a28411 authored by RoboErik's avatar RoboErik Committed by Android Git Automerger
Browse files

am 2fa604fc: Merge "Add missing break to switch statement" into lmp-dev

* commit '2fa604fc':
  Add missing break to switch statement
parents aec92e2e 2fa604fc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1157,6 +1157,7 @@ public final class MediaSession {
                    break;
                case MSG_SKIP_TO_ITEM:
                    mCallback.onSkipToQueueItem((Long) msg.obj);
                    break;
                case MSG_PAUSE:
                    mCallback.onPause();
                    break;