TF-973 Fix can not create folder with name contain special

This commit is contained in:
dab246
2022-09-27 18:07:55 +07:00
committed by Dat H. Pham
parent 67b5dd8f1a
commit 22aa9acd9c
4 changed files with 40 additions and 13 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ class AppToast {
fToast.showToast(
child: toast,
gravity: ToastGravity.BOTTOM,
toastDuration: toastLength ?? Duration(seconds: 2),
toastDuration: toastLength ?? Duration(seconds: 3),
);
}
}