瀏覽代碼

Fix a bug with starting call from contacts

Signed-off-by: Mario Danic <mario@lovelyhq.com>
Mario Danic 7 年之前
父節點
當前提交
ab49e2c26b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/src/main/java/com/nextcloud/talk/controllers/ContactsController.java

+ 1 - 0
app/src/main/java/com/nextcloud/talk/controllers/ContactsController.java

@@ -640,6 +640,7 @@ public class ContactsController extends BaseController implements SearchView.OnQ
                                     bundle.putString(BundleKeys.KEY_ROOM_TOKEN, roomOverall.getOcs().getData().getToken());
                                     bundle.putString(BundleKeys.KEY_ROOM_TOKEN, roomOverall.getOcs().getData().getToken());
                                     bundle.putParcelable(BundleKeys.KEY_USER_ENTITY, Parcels.wrap(userEntity));
                                     bundle.putParcelable(BundleKeys.KEY_USER_ENTITY, Parcels.wrap(userEntity));
                                     callIntent.putExtras(bundle);
                                     callIntent.putExtras(bundle);
+                                    startActivity(callIntent);
                                 }
                                 }
                             }
                             }