adjusted pangea comments

pull/1183/head
ggurdin 2 years ago
parent 5f83955544
commit 8c421d80cc

@ -84,20 +84,8 @@ class ChatSettingsPopupMenuState extends State<ChatSettingsPopupMenu> {
), ),
), ),
// #Pangea // #Pangea
// PopupMenuItem<String>(
// value: 'leave',
// child: Row(
// children: [
// // #Pangea
// // const Icon(Icons.delete_outlined),
// const Icon(Icons.arrow_forward),
// // Pangea#
// const SizedBox(width: 12),
// Text(L10n.of(context)!.leave),
// ],
// ),
// ),
if (!widget.room.isArchived) if (!widget.room.isArchived)
// Pangea#
PopupMenuItem<String>( PopupMenuItem<String>(
value: 'leave', value: 'leave',
child: Row( child: Row(

Loading…
Cancel
Save