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