mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-15 16:55:03 +01:00
Fix joining call via link
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
062eea5084
commit
37430542de
@ -230,7 +230,7 @@ public class OperationsMenuController extends BaseController {
|
||||
break;
|
||||
case 10:
|
||||
String finalCredentials = credentials;
|
||||
ncApi.getRoom(null, ApiUtils.getRoom(baseUrl, conversationToken))
|
||||
ncApi.getRoom(finalCredentials, ApiUtils.getRoom(baseUrl, conversationToken))
|
||||
.subscribeOn(Schedulers.newThread())
|
||||
.observeOn(AndroidSchedulers.mainThread())
|
||||
.retry(1)
|
||||
|
Loading…
Reference in New Issue
Block a user