From 493dfa35c484cfdb8f2c0c153b69813f47af4371 Mon Sep 17 00:00:00 2001 From: vjrj <vjrj@comunes.org> Date: Mon, 12 Jun 2023 20:42:01 +0200 Subject: [PATCH] Remove dimisable from contacts --- lib/ui/widgets/third_screen/contacts_page.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ui/widgets/third_screen/contacts_page.dart b/lib/ui/widgets/third_screen/contacts_page.dart index bba8b900..3f1737f5 100644 --- a/lib/ui/widgets/third_screen/contacts_page.dart +++ b/lib/ui/widgets/third_screen/contacts_page.dart @@ -100,9 +100,9 @@ class _ContactsPageState extends State<ContactsPage> { // The end action pane is the one at the right or the bottom side. endActionPane: ActionPane( motion: const ScrollMotion(), - dismissible: DismissiblePane(onDismissed: () { + /* dismissible: DismissiblePane(onDismissed: () { onSent(context, contact); - }), + }), */ children: <SlidableAction>[ SlidableAction( onPressed: (BuildContext c) { -- GitLab