mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 14:27:24 +00:00
adapt to rebase
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
e2c6fd7c25
commit
1134172faa
@ -148,7 +148,7 @@ public class ApiUtils {
|
||||
|
||||
public static int getSignalingApiVersion(UserEntity user, int[] versions) throws NoSupportedApiException {
|
||||
for (int version : versions) {
|
||||
CapabilitiesUtil.hasSpreedFeatureCapability(user, "signaling-v" + version)) {
|
||||
if (CapabilitiesUtil.hasSpreedFeatureCapability(user, "signaling-v" + version)) {
|
||||
return version;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user