Skip to content

Commit

Permalink
Nitter instance not saving (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronfg committed Apr 1, 2021
1 parent b8189dd commit 130022e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ class _HomeState extends State<Home> {

void _initPrefs() {
UserPrefsService prefsSrv = locator.get<UserPrefsService>();
prefsSrv.clearSettings();
prefsSrv.init();
}

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.61+3
version: 1.0.62+2

environment:
sdk: ">=2.7.0 <3.0.0"
Expand Down

0 comments on commit 130022e

Please sign in to comment.