From 8f0f61d20573b2dc89e7b6c65323d8c71cb3434d Mon Sep 17 00:00:00 2001 From: ggurdin Date: Wed, 24 Jan 2024 12:06:56 -0500 Subject: [PATCH] commented out message info popup --- lib/pages/chat/chat_view.dart | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/lib/pages/chat/chat_view.dart b/lib/pages/chat/chat_view.dart index f801df69e..d058dea52 100644 --- a/lib/pages/chat/chat_view.dart +++ b/lib/pages/chat/chat_view.dart @@ -89,17 +89,17 @@ class ChatView extends StatelessWidget { }, itemBuilder: (context) => [ // #Pangea - PopupMenuItem( - value: _EventContextAction.info, - child: Row( - mainAxisSize: MainAxisSize.min, - children: [ - const Icon(Icons.info_outlined), - const SizedBox(width: 12), - Text(L10n.of(context)!.messageInfo), - ], - ), - ), + // PopupMenuItem( + // value: _EventContextAction.info, + // child: Row( + // mainAxisSize: MainAxisSize.min, + // children: [ + // const Icon(Icons.info_outlined), + // const SizedBox(width: 12), + // Text(L10n.of(context)!.messageInfo), + // ], + // ), + // ), // Pangea# if (controller.selectedEvents.single.status.isSent) PopupMenuItem(