فهرست منبع

Fix an issue with joining room for a regular user

Signed-off-by: Mario Danic <mario@lovelyhq.com>
Mario Danic 6 سال پیش
والد
کامیت
65e17f1dca
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/src/main/java/com/nextcloud/talk/controllers/ConversationsListController.java

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

@@ -581,7 +581,7 @@ public class ConversationsListController extends BaseController implements Searc
             }
 
             Bundle bundle = new Bundle();
-            bundle.putParcelable(BundleKeys.KEY_USER_ENTITY, Parcels.wrap(currentUser));
+            bundle.putParcelable(BundleKeys.KEY_USER_ENTITY, currentUser);
             bundle.putString(BundleKeys.KEY_ROOM_TOKEN, conversation.getToken());
             bundle.putString(BundleKeys.KEY_ROOM_ID, conversation.getRoomId());