We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db6fadf commit ee842f5Copy full SHA for ee842f5
lib/src/model/clock/clock_tool_controller.dart
@@ -64,7 +64,7 @@ class ClockToolController extends Notifier<ClockState> {
64
);
65
}
66
67
- // Emergency threshold is set to 10% of the total time.
+ // Emergency threshold is set to 10% of the total time
68
Duration _calculateEmergencyThreshold(Duration initialTime) {
69
return Duration(milliseconds: (initialTime.inMilliseconds * 0.1).round());
70
0 commit comments