mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-07-06 17:31:33 +00:00
refactor: comment out notifyListeners call in restartTimer method for clarity
This commit is contained in:
parent
681e3b2ebe
commit
ef1393e35d
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue