Display a toast after sharing a folder

This commit is contained in:
Vishnu Mohandas 2020-08-08 02:33:32 +05:30
parent 786dba4514
commit dea16e8da0

View file

@ -112,6 +112,7 @@ class _SharingWidgetState extends State<SharingWidget> {
progressDialog.show();
Future.delayed(Duration(milliseconds: 1000), () {
progressDialog.hide();
showToast("Shared with " + s + " successfully.");
setState(() {
_emails.add(s);
_showEntryField = false;