File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
presentation/src/main/java/com/stop/ui Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import androidx.lifecycle.*
4
4
import androidx.work.OneTimeWorkRequestBuilder
5
5
import androidx.work.WorkManager
6
6
import androidx.work.workDataOf
7
- import com.stop.domain.model.nowlocation.BusInfoUseCaseItem
8
7
import com.stop.domain.model.ApiChangedException
9
8
import com.stop.domain.model.AvailableTrainNoExistException
10
9
import com.stop.domain.model.nowlocation.BusCurrentInformationUseCaseItem
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ class RouteFragment : Fragment() {
94
94
95
95
routeViewModel.lastTimeResponse.observe(viewLifecycleOwner) { event ->
96
96
event.getContentIfNotHandled()?.let { response ->
97
- clickRouteViewModel .lastTimes = response
97
+ routeViewModel .lastTimes = response
98
98
binding.root.findNavController().navigate(R .id.action_routeFragment_to_routeDetailFragment)
99
99
}
100
100
}
You can’t perform that action at this time.
0 commit comments