mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-02 20:53:09 +00:00
reformat code
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
470dbe89c2
commit
4414002b8a
@ -1692,7 +1692,7 @@ public class CallActivity extends CallBaseActivity {
|
||||
endPeerConnection(peerConnectionWrapperList.get(i).getSessionId(), false);
|
||||
}
|
||||
|
||||
if(localStream != null) {
|
||||
if (localStream != null) {
|
||||
localStream.dispose();
|
||||
localStream = null;
|
||||
Log.d(TAG, "Disposed localStream");
|
||||
|
Loading…
Reference in New Issue
Block a user