Update clock_in_bloc.dart

This commit is contained in:
Achintha Isuru
2026-03-16 02:25:55 -04:00
parent 31f03aa52a
commit f4c56cf547

View File

@@ -284,6 +284,7 @@ class ClockInBloc extends Bloc<ClockInEvent, ClockInState>
}
/// Starts the periodic time-window refresh timer.
// TODO: Change this logic to more comprehensive logic based on the actual shift times instead of a fixed 30-second timer.
void _startTimeWindowTimer() {
_timeWindowTimer?.cancel();
_timeWindowTimer = Timer.periodic(