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

Commit d0ef1461 authored by Tyler Gunn's avatar Tyler Gunn Committed by android-build-merger
Browse files

Merge "Inform ImsVideoCallProviderWrapper of video state changes." into oc-dev

am: 11594832

Change-Id: If92cf5cb7a90b02b5339ca78ab66cd377187cbec
parents 1a18fef8 11594832
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -842,6 +842,9 @@ public class ImsPhoneConnection extends Connection implements
                    }

                    if (!mShouldIgnoreVideoStateChanges) {
                        if (mImsVideoCallProviderWrapper != null) {
                            mImsVideoCallProviderWrapper.onVideoStateChanged(newVideoState);
                        }
                        setVideoState(newVideoState);
                        changed = true;
                    } else {