feat qr #refs 7520
This commit is contained in:
parent
08ac21bbb7
commit
217688b103
|
@ -163,7 +163,7 @@ class ItemCardFragment(
|
||||||
if (binding.editItemFk.text.toString().isNotEmpty()) try {
|
if (binding.editItemFk.text.toString().isNotEmpty()) try {
|
||||||
getItemCard(
|
getItemCard(
|
||||||
itemScanValue(
|
itemScanValue(
|
||||||
binding.editItemFk.text.toString(), "buy", "more"
|
binding.editItemFk.text.toString(), arrayOf("buy"), "more"
|
||||||
).toString()
|
).toString()
|
||||||
)
|
)
|
||||||
} catch (ex: Exception) {
|
} catch (ex: Exception) {
|
||||||
|
@ -181,6 +181,7 @@ class ItemCardFragment(
|
||||||
|
|
||||||
ma.onMyBackPressed()
|
ma.onMyBackPressed()
|
||||||
customDynamic.removeViewsDialog()
|
customDynamic.removeViewsDialog()
|
||||||
|
customDynamic.removeViewsDialog()
|
||||||
customDynamic.cancel()
|
customDynamic.cancel()
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue