mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-29 08:30:13 +01:00
Remove duplicate call
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
01813d4165
commit
932afc2b58
@ -201,7 +201,6 @@ public class CallNotificationController extends BaseController {
|
||||
private void proceedToCall() {
|
||||
originalBundle.putString(BundleKeys.INSTANCE.getKEY_ROOM_TOKEN(), currentConversation.getToken());
|
||||
originalBundle.putString(BundleKeys.INSTANCE.getKEY_CONVERSATION_NAME(), currentConversation.getDisplayName());
|
||||
originalBundle.putString(BundleKeys.INSTANCE.getKEY_CONVERSATION_NAME(), currentConversation.getDisplayName());
|
||||
|
||||
getRouter().replaceTopController(RouterTransaction.with(new CallController(originalBundle))
|
||||
.popChangeHandler(new HorizontalChangeHandler())
|
||||
|
Loading…
Reference in New Issue
Block a user