Skip to content

Commit

Permalink
Fix notifier
Browse files Browse the repository at this point in the history
  • Loading branch information
n-bernat committed Sep 7, 2024
1 parent e700d54 commit 387b64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app_preferences.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ abstract class BaseAppPreferences extends ChangeNotifier {
);

for (final prop in props) {
prop.addListener(prop.notifyListeners);
prop.addListener(notifyListeners);
}
}

Expand Down

0 comments on commit 387b64a

Please sign in to comment.