Skip to content

Commit 269842a

Browse files
committed
Merge remote-tracking branch 'origin/67-feature-background-alarm' into 67-feature-background-alarm
2 parents c635655 + 8f654fe commit 269842a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

presentation/src/main/java/com/stop/ui/route/ClickRouteViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ import com.stop.domain.model.route.tmap.custom.Itinerary
66
class ClickRouteViewModel : ViewModel() {
77

88
var clickRoute : Itinerary? = null
9-
var lastTime = "23:30:00"
9+
var lastTime = "21:03:00"
1010

1111
}

0 commit comments

Comments
 (0)