mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-11 23:04:17 +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 audioOn = false;
|
||||||
|
|
||||||
private boolean isMultiSession = false;
|
private boolean isMultiSession = false;
|
||||||
private boolean hasChatSupport = false;
|
|
||||||
private boolean needsPing = true;
|
private boolean needsPing = true;
|
||||||
|
|
||||||
private boolean isVoiceOnlyCall;
|
private boolean isVoiceOnlyCall;
|
||||||
@ -964,15 +963,6 @@ public class CallController extends BaseController {
|
|||||||
.getCapabilities().getSpreedCapability()
|
.getCapabilities().getSpreedCapability()
|
||||||
.getFeatures().contains("multi-room-users");
|
.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()
|
needsPing = !(capabilitiesOverall.getOcs().getData()
|
||||||
.getCapabilities() != null && capabilitiesOverall.getOcs().getData()
|
.getCapabilities() != null && capabilitiesOverall.getOcs().getData()
|
||||||
.getCapabilities().getSpreedCapability() != null &&
|
.getCapabilities().getSpreedCapability() != null &&
|
||||||
|
Loading…
Reference in New Issue
Block a user