Fix autoRun show issues

Fix Android 10 issues

Optimize ip show
This commit is contained in:
chen08209
2024-06-23 00:26:24 +08:00
parent 1fcc412770
commit 8f22cbf746
20 changed files with 270 additions and 199 deletions

View File

@@ -11,7 +11,7 @@ class NullStatus extends StatelessWidget {
return Center(
child: Text(
label,
style: Theme.of(context).textTheme.titleMedium?.toBold(),
style: Theme.of(context).textTheme.titleMedium?.toBold,
),
);
}