Remove unnecessary notifyListeners calls

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2025-05-14 11:11:45 +02:00
parent 7bf5a6d33d
commit 55ff65ba32
3 changed files with 5 additions and 13 deletions
@@ -20,8 +20,6 @@ class FavoriteColorService extends ArcaneService {
if (_notifier.value != newValue) {
_notifier.value = newValue;
}
notifyListeners();
}
}