From 1556564ea7ebafa5ccc5a2b2f1b788c089f15d0b Mon Sep 17 00:00:00 2001 From: Deven Joshi Date: Mon, 11 Jan 2021 21:49:34 +0530 Subject: [PATCH] fix: Cancel behaviour --- lib/src/message_actions_modal.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/src/message_actions_modal.dart b/lib/src/message_actions_modal.dart index d1f6e0ff..f288fa7a 100644 --- a/lib/src/message_actions_modal.dart +++ b/lib/src/message_actions_modal.dart @@ -256,8 +256,6 @@ class _MessageActionsModalState extends State { } catch (err) { _showErrorAlert(); } - } else { - Navigator.pop(context); } }