Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmer committed Sep 18, 2023
1 parent d0e6947 commit bbf4dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/state_notifiers/settings_notifier.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ class SettingsNotifier extends StateNotifier<SettingsState> {
});
}
void _loadFromRepo() async {
Logger.info('Loading settings from repo: $state', name: 'settings_notifier.dart#_loadFromRepo');
state = await _repo.loadSettings();
Logger.info('Loading settings from repo: $state', name: 'settings_notifier.dart#_loadFromRepo');
}

void _saveToRepo() async {
Expand Down

0 comments on commit bbf4dd8

Please sign in to comment.