From 18bd0844011755def1cb40835fc453f65f09420c Mon Sep 17 00:00:00 2001 From: MateusONunes Date: Wed, 29 Sep 2021 12:10:36 -0300 Subject: [PATCH] =?UTF-8?q?Ajuste=20simples=20-=20eliminado=20chat=20do=20?= =?UTF-8?q?menu=20para=20fechar=20vers=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/components/goop_drawer.dart | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/lib/pages/components/goop_drawer.dart b/lib/pages/components/goop_drawer.dart index e261401..e340b2c 100644 --- a/lib/pages/components/goop_drawer.dart +++ b/lib/pages/components/goop_drawer.dart @@ -160,19 +160,19 @@ class _GoopDrawerState extends StateGoop { ); }, ), - goopTile( - useSvg: false, - title: 'Chat', - img: Icon( - Icons.chat_bubble_outline, - color: Colors.red, - ), - action: () { - navigatorPopAndPushNamed( - Routes.chat, - ); - }, - ), + // goopTile( + // useSvg: false, + // title: 'Chat', + // img: Icon( + // Icons.chat_bubble_outline, + // color: Colors.red, + // ), + // action: () { + // navigatorPopAndPushNamed( + // Routes.chat, + // ); + // }, + // ), goopTile( title: 'FAQ', img: GoopImages.faq,