diff --git a/lib/features/sleep_timer/providers/sleep_timer_provider.dart b/lib/features/sleep_timer/providers/sleep_timer_provider.dart index c4c8912..92e5eb8 100644 --- a/lib/features/sleep_timer/providers/sleep_timer_provider.dart +++ b/lib/features/sleep_timer/providers/sleep_timer_provider.dart @@ -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() {