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

Commit 93a8063b authored by Hall Liu's avatar Hall Liu Committed by android-build-merger
Browse files

Merge "Close RTT streams on destroy" am: f6f0d808 am: 95e901ce

am: 65d3a104

Change-Id: I355c20cc5824d3312073cf210c746d5bfe1e24d5
parents c040bd1d 65d3a104
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -682,6 +682,7 @@ public class Call implements CreateConnectionResponse, EventManager.Loggable,
            mCallerInfo.cachedPhotoIcon = null;
            mCallerInfo.cachedPhoto = null;
        }
        closeRttStreams();

        Log.addEvent(this, LogUtils.Events.DESTROYED);
    }