test
Some checks failed
Build and release debug APK / Build APK (pull_request) Failing after 3m7s

This commit is contained in:
Helldragon67 2025-02-07 15:08:00 +01:00
parent 6bedd04a57
commit 4fd1272ea4

View File

@ -19,7 +19,7 @@ class StepBetweenLandmarks extends StatefulWidget {
class _StepBetweenLandmarksState extends State<StepBetweenLandmarks> {
@override
Widget build(BuildContext context) {
int time = widget.current.tripTime?.inMinutes ?? 0;
int time = 5 * ((widget.current.tripTime?.inMinutes ?? 0) ~/ 5);
return Container(
margin: EdgeInsets.all(10),
padding: EdgeInsets.all(10),