adjusted pangea comments

pull/1183/head
ggurdin 1 year ago
parent 5f83955544
commit 8c421d80cc

@ -84,20 +84,8 @@ class ChatSettingsPopupMenuState extends State<ChatSettingsPopupMenu> {
),
),
// #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)
// Pangea#
PopupMenuItem<String>(
value: 'leave',
child: Row(

Loading…
Cancel
Save