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

Commit 2c807d7f authored by Hall Liu's avatar Hall Liu
Browse files

Close RTT streams on destroy

The closeRttStreams method was apparently never called before. Add a
call to it upon destroying the call.

Change-Id: I0697610f8d2a3245d544b5ebf7fbfcba3bd33d82
Fixes: 121004839
Test: manual
parent 5a2f6feb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -673,6 +673,7 @@ public class Call implements CreateConnectionResponse, EventManager.Loggable,
            mCallerInfo.cachedPhotoIcon = null;
            mCallerInfo.cachedPhoto = null;
        }
        closeRttStreams();

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