TF-1663 Fix user cannot click to compose after system display an error message
(cherry picked from commit 602968e27e6cd4ca288357ab5a6ddc0804bd7b67)
This commit is contained in:
@@ -166,6 +166,10 @@ class ToastView {
|
||||
|
||||
_isVisible = true;
|
||||
overlayState!.insert(_overlayEntry!);
|
||||
if (toastDuration != null) {
|
||||
await Future.delayed(Duration(seconds: toastDuration));
|
||||
await dismiss();
|
||||
}
|
||||
}
|
||||
|
||||
static Positioned _showWidgetBasedOnPosition(
|
||||
|
||||
Reference in New Issue
Block a user