diff --git a/lib/src/image_footer.dart b/lib/src/image_footer.dart index 02a8a6ef..83960091 100644 --- a/lib/src/image_footer.dart +++ b/lib/src/image_footer.dart @@ -641,7 +641,7 @@ class _ImageFooterState extends State { await sendingFuture; } - Navigator.pop(context); + _selectedUsers.clear(); Navigator.pop(context); } }