fix: bio auth (#482)

This commit is contained in:
lollipopkit🏳️‍⚧️
2024-07-23 19:26:03 +08:00
committed by GitHub
parent 0a21b2820c
commit afda5fd4a4
7 changed files with 41 additions and 35 deletions

View File

@@ -78,6 +78,7 @@ class MyApp extends StatelessWidget {
],
supportedLocales: AppLocalizations.supportedLocales,
localeListResolutionCallback: LocaleUtil.resolve,
navigatorObservers: [AppRouteObserver.instance],
title: BuildData.name,
themeMode: themeMode,
theme: light.fixWindowsFont,