feat packaging refs #4021
This commit is contained in:
parent
08c3d2d4fb
commit
10cf8ddbda
|
@ -126,9 +126,9 @@ class PackagingCountFragment(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
itemSupplierList.observe(viewLifecycleOwner) {
|
itemSupplierList.observe(viewLifecycleOwner) { iti ->
|
||||||
adapteritemsupplier =
|
adapteritemsupplier =
|
||||||
ItemSupplierAdapter(it.list, object : OnImageUpdateClickListener {
|
ItemSupplierAdapter(iti.list.sortedBy { it.name }, object : OnImageUpdateClickListener {
|
||||||
|
|
||||||
override fun OnImageUpdateClickListener(item: Any) {
|
override fun OnImageUpdateClickListener(item: Any) {
|
||||||
showCustomDialog("quantity", item as ItemSupplier)
|
showCustomDialog("quantity", item as ItemSupplier)
|
||||||
|
|
Loading…
Reference in New Issue