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

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

Merge "Ensure video call provider is unlinked for binder death." am: 52fcae96 am: fb2ce5e8

am: 13b70171

Change-Id: Ie6e9c41033f02ecc4f971d07f9f2a457d3766e9c
parents fcaefcf0 13b70171
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -483,6 +483,9 @@ public class ImsPhoneConnection extends Connection implements
                }
                if (mImsCall != null) mImsCall.close();
                mImsCall = null;
                if (mImsVideoCallProviderWrapper != null) {
                    mImsVideoCallProviderWrapper.tearDown();
                }
            }
        }
        releaseWakeLock();