feat: refs #7827 responseItem

This commit is contained in:
Sergio De la torre 2024-09-18 13:17:09 +02:00
parent 3f8d3737f6
commit 7ee7e8336a
2 changed files with 1 additions and 8 deletions

View File

@ -224,13 +224,6 @@ class ReubicationCollectionFragment(
}
}
response.observe(viewLifecycleOwner) {
viewModel.itemShelvingAlternative(
shelvingFk = shelving,
)
}
}
}

View File

@ -236,7 +236,7 @@ class AutomaticAddItemFragment(
override fun observeViewModel() {
with(viewModel) {
response.observe(viewLifecycleOwner) {
responseUbicator.observe(viewLifecycleOwner) {
ma.onMyBackPressed()
}
}