mirror of
https://github.com/nextcloud/talk-android
synced 2025-08-04 18:45:03 +01:00
Regular cleanup
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
82e5d69000
commit
c7443ad946
@ -1144,7 +1144,7 @@ public class CallActivity extends AppCompatActivity {
|
||||
public void onReceive(Context context, Intent intent) {
|
||||
if (!Device.getNetworkType(context).equals(JobRequest.NetworkType.ANY) && leavingCall) {
|
||||
startPullingSignalingMessages(true);
|
||||
} else if (Device.getNetworkType(context).equals(JobRequest.NetworkType.ANY) && !leavingCall){
|
||||
} else if (Device.getNetworkType(context).equals(JobRequest.NetworkType.ANY) && !leavingCall) {
|
||||
hangup(true);
|
||||
}
|
||||
}
|
||||
|
@ -198,8 +198,7 @@ public class MagicPeerConnectionWrapper {
|
||||
EventBus.getDefault().post(new PeerConnectionEvent(PeerConnectionEvent.PeerConnectionEventType
|
||||
.VIDEO_CHANGE, sessionId, null, remoteVideoOn));
|
||||
}
|
||||
|
||||
} catch (IOException e) {
|
||||
} catch (IOException e) {
|
||||
Log.d(TAG, "Failed to parse data channel message");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user