Skip to content

Commit

Permalink
Fix issue with app hanging after update to v0.6.0-2 (#1634)
Browse files Browse the repository at this point in the history
* fix: potentially fix issue with app hanging after update to v0.6.0-2

* chore: upgrade version for nightly
  • Loading branch information
hjiangsu authored Dec 13, 2024
1 parent bda0712 commit ad5280d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/globals.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const String currentVersion = '0.6.0-2+68';
const String currentVersion = '0.6.0-3+69';
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
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: thunder
description: An open-source cross-platform Lemmy client for iOS and Android built with Flutter
publish_to: none
version: "0.6.0-2+68"
version: "0.6.0-3+69"

environment:
sdk: "^3.0.0"
Expand Down

0 comments on commit ad5280d

Please sign in to comment.