👔 Make all network status sheet dismissable

This commit is contained in:
2025-12-24 23:14:18 +08:00
parent 82cb8c7ff9
commit 72baf0ca5c

View File

@@ -49,7 +49,6 @@ class AppWrapper extends HookConsumerWidget {
showModalBottomSheet(
context: context,
isScrollControlled: true,
isDismissible: false,
builder: (context) => NetworkStatusSheet(autoClose: true),
).then((_) => networkStateShowing.value = false);
});