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

Commit 6c11189b authored by Tyler Gunn's avatar Tyler Gunn
Browse files

Adding missing break statement in VideoCallProvider.

Related to cl/510948

Bug: 16494880
Bug: 16495203
Change-Id: I4de0dccb886efbd119bd75b1285fdc84210c94fb
parent 738ec3aa
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;