mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 11:39:42 +01:00
Update conflicts
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
4031412f85
commit
493ec6ebd6
@ -125,18 +125,9 @@ public class CallMenuController extends BaseController implements FlexibleAdapte
|
||||
|
||||
if (menuType.equals(MenuType.REGULAR)) {
|
||||
if (!TextUtils.isEmpty(room.getDisplayName())) {
|
||||
<<<<<<< Updated upstream
|
||||
menuItems.add(new MenuItem(
|
||||
getResources().getString(
|
||||
R.string.nc_configure_named_room, room.getDisplayName()), 0, null));
|
||||
} else if (!TextUtils.isEmpty(room.getName())) {
|
||||
menuItems.add(new MenuItem(getResources().getString(
|
||||
R.string.nc_configure_named_room, room.getName()), 0, null));
|
||||
=======
|
||||
menuItems.add(new MenuItem(room.getDisplayName(), 0, null));
|
||||
} else if (!TextUtils.isEmpty(room.getName())) {
|
||||
menuItems.add(new MenuItem(room.getName(), 0, null));
|
||||
>>>>>>> Stashed changes
|
||||
} else {
|
||||
menuItems.add(new MenuItem(getResources().getString(R.string.nc_configure_room), 0, null));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user