Skip to content

Commit

Permalink
fix: potentially fix issue with app hanging after update to v0.6.0-2
Browse files Browse the repository at this point in the history
  • Loading branch information
hjiangsu committed Dec 12, 2024
1 parent 6fa4146 commit 3278882
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,6 @@ class _ThunderAppState extends State<ThunderApp> {
darkTheme = FlexThemeData.dark(
colorScheme: darkColorScheme,
darkIsTrueBlack: state.themeType == ThemeType.pureBlack,
surface: darkThemeSurfaceColor?.blend(darkColorScheme!.primary, 4),
scaffoldBackground: darkThemeSurfaceColor?.blend(darkColorScheme!.primary, 4),
appBarBackground: darkThemeSurfaceColor?.blend(darkColorScheme!.primary, 4),
);
}

Expand Down

0 comments on commit 3278882

Please sign in to comment.