bug fix
This commit is contained in:
parent
7f0d0689f8
commit
42006f5fc8
|
|
@ -17,6 +17,7 @@ class ActionSheetUtils {
|
||||||
|
|
||||||
static Future<void> showLogoLoadingIndicator() async {
|
static Future<void> showLogoLoadingIndicator() async {
|
||||||
await showDialog(
|
await showDialog(
|
||||||
|
barrierDismissible: false,
|
||||||
context: context,
|
context: context,
|
||||||
builder: (context) => Padding(
|
builder: (context) => Padding(
|
||||||
padding: EdgeInsets.symmetric(
|
padding: EdgeInsets.symmetric(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue