Skip to content

Commit

Permalink
Fix home pref key
Browse files Browse the repository at this point in the history
Fixes #839
  • Loading branch information
veloce committed Jul 8, 2024
1 parent 2f45b10 commit 07d684f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/model/settings/home_preferences.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import 'package:shared_preferences/shared_preferences.dart';
part 'home_preferences.freezed.dart';
part 'home_preferences.g.dart';

const _prefKey = 'preferences.general';
const _prefKey = 'preferences.home';

@Riverpod(keepAlive: true)
class HomePreferences extends _$HomePreferences {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: lichess_mobile
description: Lichess mobile app V2
publish_to: "none"

version: 0.9.1+000901 # see README.md for details about versioning
version: 0.9.2+000902 # see README.md for details about versioning

environment:
sdk: ">=3.3.0 <4.0.0"
Expand Down

0 comments on commit 07d684f

Please sign in to comment.