Skip to content

Commit

Permalink
[results] fix session countdown crash #135
Browse files Browse the repository at this point in the history
  • Loading branch information
BrightDV committed Mar 15, 2024
1 parent 960cb6e commit 78892de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/Screens/race_details.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1251,10 +1251,10 @@ class _SessionCountdownTimerState extends State<SessionCountdownTimer> {
textAlign: TextAlign.end,
),
),
Padding(
padding: EdgeInsets.symmetric(horizontal: 5),
child: Expanded(
flex: 2,
Expanded(
flex: 3,
child: Padding(
padding: EdgeInsets.symmetric(horizontal: 5),
child: Switch(
value: shouldUseCountdown,
onChanged: (value) => setState(
Expand Down

0 comments on commit 78892de

Please sign in to comment.