TF-973 Fix can not create folder with name contain special
This commit is contained in:
@@ -123,7 +123,7 @@ class AppToast {
|
||||
fToast.showToast(
|
||||
child: toast,
|
||||
gravity: ToastGravity.BOTTOM,
|
||||
toastDuration: toastLength ?? Duration(seconds: 2),
|
||||
toastDuration: toastLength ?? Duration(seconds: 3),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user