mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-31 11:32:00 +00:00
Fix a missing instance for method
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
1cbe3c0d04
commit
0709ce1270
@ -127,7 +127,7 @@ public class CallMenuController extends BaseController implements FlexibleAdapte
|
||||
if (!TextUtils.isEmpty(room.getDisplayName())) {
|
||||
menuItems.add(new MenuItem(
|
||||
getResources().getString(
|
||||
R.string.nc_configure_named_room, getDisplayName()), 0, null)
|
||||
R.string.nc_configure_named_room, room.getDisplayName()), 0, null)
|
||||
);
|
||||
} else if (!TextUtils.isEmpty(room.getName())) {
|
||||
menuItems.add(new MenuItem(getResources().getString(
|
||||
|
Loading…
Reference in New Issue
Block a user