fix showLoading dark theme & add doubleTap to connect

This commit is contained in:
csf
2022-08-15 16:51:33 +08:00
parent 22d346831e
commit 3e702c834a
2 changed files with 3 additions and 2 deletions

View File

@@ -200,7 +200,6 @@ class OverlayDialogManager {
VoidCallback? onCancel}) {
show((setState, close) => CustomAlertDialog(
content: Container(
color: MyTheme.white,
constraints: BoxConstraints(maxWidth: 240),
child: Column(
mainAxisSize: MainAxisSize.min,