Display a toast after sharing a folder
This commit is contained in:
parent
786dba4514
commit
dea16e8da0
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue