From 78892debec63e7b66445e778e917a37c8707d1f5 Mon Sep 17 00:00:00 2001 From: BrightDV <92821484+BrightDV@users.noreply.github.com> Date: Fri, 15 Mar 2024 20:24:22 +0100 Subject: [PATCH] [results] fix session countdown crash #135 --- lib/Screens/race_details.dart | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/Screens/race_details.dart b/lib/Screens/race_details.dart index e1a1768..2dcab3e 100644 --- a/lib/Screens/race_details.dart +++ b/lib/Screens/race_details.dart @@ -1251,10 +1251,10 @@ class _SessionCountdownTimerState extends State { 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(