mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +01:00
Clean up
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
e6c2549e81
commit
6898a4cc4b
@ -221,7 +221,6 @@ public class CallController extends BaseController {
|
||||
private boolean audioOn = false;
|
||||
|
||||
private boolean isMultiSession = false;
|
||||
private boolean hasChatSupport = false;
|
||||
private boolean needsPing = true;
|
||||
|
||||
private boolean isVoiceOnlyCall;
|
||||
@ -964,15 +963,6 @@ public class CallController extends BaseController {
|
||||
.getCapabilities().getSpreedCapability()
|
||||
.getFeatures().contains("multi-room-users");
|
||||
|
||||
hasChatSupport = capabilitiesOverall.getOcs().getData()
|
||||
.getCapabilities() != null && capabilitiesOverall.getOcs().getData()
|
||||
.getCapabilities().getSpreedCapability() != null &&
|
||||
capabilitiesOverall.getOcs().getData()
|
||||
.getCapabilities().getSpreedCapability()
|
||||
.getFeatures() != null && capabilitiesOverall.getOcs().getData()
|
||||
.getCapabilities().getSpreedCapability()
|
||||
.getFeatures().contains("chat-v2");
|
||||
|
||||
needsPing = !(capabilitiesOverall.getOcs().getData()
|
||||
.getCapabilities() != null && capabilitiesOverall.getOcs().getData()
|
||||
.getCapabilities().getSpreedCapability() != null &&
|
||||
|
Loading…
Reference in New Issue
Block a user