refactor: comment out notifyListeners call in restartTimer method for clarity

This commit is contained in:
Dr-Blank 2024-09-30 02:19:16 -04:00
parent 681e3b2ebe
commit ef1393e35d
No known key found for this signature in database
GPG key ID: 7452CC63F210A266

View file

@ -54,7 +54,7 @@ class SleepTimer extends _$SleepTimer {
void restartTimer() {
state?.restartTimer();
// ref.notifyListeners();
// ref.notifyListeners(); // see https://github.com/Dr-Blank/Vaani/pull/40 for more information on why this is commented out
}
void cancelTimer() {