fix: Remove popup menu item

This commit is contained in:
Christian Pauly 2021-01-16 17:37:36 +01:00
parent 04a33f7a3b
commit 5945bcc253
1 changed files with 0 additions and 4 deletions

View File

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