We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a4836 commit 458393dCopy full SHA for 458393d
lib/services/settings_service.dart
@@ -69,7 +69,7 @@ class Settings {
69
}
70
71
Future<void> setValue<T>(String key, T value) async {
72
- if (_values[key] == key) {
+ if (_values[key] == value) {
73
return;
74
75
_values[key] = value;
0 commit comments