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

Commit 95e901ce authored by Hall Liu's avatar Hall Liu Committed by android-build-merger
Browse files

Merge "Close RTT streams on destroy"

am: f6f0d808

Change-Id: Ibbf5151ca90c3f7004b28891726ceb9ed444740e
parents 16f87298 f6f0d808
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -673,6 +673,7 @@ public class Call implements CreateConnectionResponse, EventManager.Loggable,
            mCallerInfo.cachedPhotoIcon = null;
            mCallerInfo.cachedPhotoIcon = null;
            mCallerInfo.cachedPhoto = null;
            mCallerInfo.cachedPhoto = null;
        }
        }
        closeRttStreams();


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