|
|
@ -48,10 +48,6 @@ class _ChatSettingsPopupMenuState extends State<ChatSettingsPopupMenu> {
|
|
|
|
value: 'unmute',
|
|
|
|
value: 'unmute',
|
|
|
|
child: Text(L10n.of(context).unmuteChat),
|
|
|
|
child: Text(L10n.of(context).unmuteChat),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
PopupMenuItem<String>(
|
|
|
|
|
|
|
|
value: 'call',
|
|
|
|
|
|
|
|
child: Text(L10n.of(context).videoCall),
|
|
|
|
|
|
|
|
),
|
|
|
|
|
|
|
|
PopupMenuItem<String>(
|
|
|
|
PopupMenuItem<String>(
|
|
|
|
value: 'leave',
|
|
|
|
value: 'leave',
|
|
|
|
child: Text(L10n.of(context).leave),
|
|
|
|
child: Text(L10n.of(context).leave),
|
|
|
|