New Async UpdateConfig

This commit is contained in:
chen08209
2024-05-05 02:40:35 +08:00
parent ecd1bcafd5
commit 74c3d0ae25
18 changed files with 53 additions and 55 deletions

View File

@@ -112,7 +112,6 @@ class ApplicationState extends State<Application> {
primaryColor: config.primaryColor,
),
builder: (_, state, child) {
debugPrint("[Application] update===>");
return DynamicColorBuilder(
builder: (lightDynamic, darkDynamic) {
_updateSystemColorSchemes(lightDynamic, darkDynamic);