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

Commit 4758b413 authored by Tyler Gunn's avatar Tyler Gunn Committed by Android (Google) Code Review
Browse files

Merge "Adding missing break statement in VideoCallProvider." into lmp-dev

parents 78b72115 6c11189b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@ public abstract class VideoCallProvider {
            switch (msg.what) {
                case MSG_SET_VIDEO_CALL_LISTENER:
                    mVideoCallListener = IVideoCallCallback.Stub.asInterface((IBinder) msg.obj);
                    break;
                case MSG_SET_CAMERA:
                    onSetCamera((String) msg.obj);
                    break;