|
|
|
|
@ -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(
|
|
|
|
|
|