Version 23.2 Solucionado historico items
This commit is contained in:
parent
2737b93895
commit
720b943f60
|
@ -112,18 +112,15 @@ class ItemCardFragment(
|
|||
|
||||
when (item) {
|
||||
iconReload.drawable -> {
|
||||
getItemCard(itemFk)
|
||||
getItemCard(itemInfoG!!.id.toString())
|
||||
}
|
||||
iconHistory.drawable -> {
|
||||
if (itemFk.isNullOrEmpty()) {
|
||||
getString(R.string.scanItem).toast(requireActivity())
|
||||
} else {
|
||||
|
||||
ma.onPasillerosItemClickListener(
|
||||
PasillerosItemVO(title = getString(R.string.titleHistorical)),
|
||||
itemInfoG!!.id.toString()
|
||||
)
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
iconSalix.drawable -> {
|
||||
|
|
Loading…
Reference in New Issue