removed rounding but app won't compile
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Build and release debug APK / Build APK (pull_request) Failing after 3m37s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Build and release debug APK / Build APK (pull_request) Failing after 3m37s
				
			This commit is contained in:
		| @@ -19,7 +19,7 @@ class StepBetweenLandmarks extends StatefulWidget { | ||||
| class _StepBetweenLandmarksState extends State<StepBetweenLandmarks> { | ||||
|   @override | ||||
|   Widget build(BuildContext context) { | ||||
|     int time = 5 * ((widget.current.tripTime?.inMinutes ?? 0) ~/ 5); | ||||
|     int time = widget.current.tripTime?.inMinutes ?? 0; | ||||
|     return Container( | ||||
|       margin: EdgeInsets.all(10), | ||||
|       padding: EdgeInsets.all(10), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user