a
Size: a a a
a
currentIsPickupLocationNT
currentIsPickupLocationnotifyBothLocationsChosen() breakPoint здесь просто не срабатываетAB
a
notifyBothLocationsChosen() breakPoint здесь просто не срабатываетtv_display_pickup.setOnClickListener {
with(viewModel) {
currentIsPickupLocation = true
openBottomSheetFragment()
}
}
tv_display_destination.setOnClickListener {
with(viewModel) {
currentIsPickupLocation = false
openBottomSheetFragment()
}
}a
NT
tv_display_pickup.setOnClickListener {
with(viewModel) {
currentIsPickupLocation = true
openBottomSheetFragment()
}
}
tv_display_destination.setOnClickListener {
with(viewModel) {
currentIsPickupLocation = false
openBottomSheetFragment()
}
}tv_display_pickup, tv_display_destination иногда срабатывает иногда нетNT
a
tv_display_pickup, tv_display_destination иногда срабатывает иногда нетNT
a
a
i
i
i