mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-14 00:05:04 +01:00
Try to fix going to call
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
f70a8f1a99
commit
f134d41433
@ -500,6 +500,8 @@ public class CallsListController extends BaseController implements SearchView.On
|
||||
bundle.putInt(BundleKeys.KEY_OPERATION_CODE, 99);
|
||||
prepareAndShowBottomSheetWithBundle(bundle, false);
|
||||
} else {
|
||||
currentUser = userUtils.getCurrentUser();
|
||||
|
||||
if (currentUser.hasSpreedCapabilityWithName("chat-v2")) {
|
||||
bundle.putString(BundleKeys.KEY_CONVERSATION_NAME, room.getDisplayName());
|
||||
getParentController().getRouter().pushController((RouterTransaction.with(new ChatController(bundle))
|
||||
|
Loading…
Reference in New Issue
Block a user