mirror of
https://github.com/Livinglist/Hacki.git
synced 2025-08-06 18:24:42 +08:00
improved performance.
This commit is contained in:
@ -21,6 +21,16 @@ Future main() async {
|
||||
|
||||
final savedThemeMode = await AdaptiveTheme.getThemeMode();
|
||||
|
||||
// BlocOverrides.runZoned(
|
||||
// () {
|
||||
// runApp(HackiApp(
|
||||
// savedThemeMode: savedThemeMode,
|
||||
// ));
|
||||
// },
|
||||
// blocObserver: CustomBlocObserver(),
|
||||
// );
|
||||
|
||||
// Uncomment code below for running without logging.
|
||||
runApp(HackiApp(
|
||||
savedThemeMode: savedThemeMode,
|
||||
));
|
||||
|
Reference in New Issue
Block a user