Browse Source

Fix #415

Signed-off-by: Mario Danic <mario@lovelyhq.com>
Mario Danic 6 years ago
parent
commit
b9b0396427

+ 2 - 2
app/src/main/java/com/nextcloud/talk/adapters/items/UserItem.java

@@ -214,8 +214,8 @@ public class UserItem extends AbstractFlexibleItem<UserItem.UserItemViewHolder>
 
 
             switch (new EnumParticipantTypeConverter().convertToInt(participant.getType())) {
             switch (new EnumParticipantTypeConverter().convertToInt(participant.getType())) {
                 case 1:
                 case 1:
-                    userType = NextcloudTalkApplication.getSharedApplication().getString(R.string.nc_owner);
-                    break;
+                    //userType = NextcloudTalkApplication.getSharedApplication().getString(R.string.nc_owner);
+                    //break;
                 case 2:
                 case 2:
                     userType = NextcloudTalkApplication.getSharedApplication().getString(R.string.nc_moderator);
                     userType = NextcloudTalkApplication.getSharedApplication().getString(R.string.nc_moderator);
                     break;
                     break;