Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with app hanging after update to v0.6.0-2 #1634

Merged
merged 2 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading