👔 Make all network status sheet dismissable
This commit is contained in:
@@ -49,7 +49,6 @@ class AppWrapper extends HookConsumerWidget {
|
||||
showModalBottomSheet(
|
||||
context: context,
|
||||
isScrollControlled: true,
|
||||
isDismissible: false,
|
||||
builder: (context) => NetworkStatusSheet(autoClose: true),
|
||||
).then((_) => networkStateShowing.value = false);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user