fix: Fixed behavior after sharing

This commit is contained in:
Deven Joshi
2020-11-19 21:05:23 +05:30
parent 412c721ab8
commit fbb1d52db9
+1 -1
View File
@@ -641,7 +641,7 @@ class _ImageFooterState extends State<ImageFooter> {
await sendingFuture;
}
Navigator.pop(context);
_selectedUsers.clear();
Navigator.pop(context);
}
}