feat: refs #8300 crashlytics

This commit is contained in:
Sergio De la torre 2025-02-14 12:15:29 +01:00
parent 6233545418
commit f55bd3768f
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ class InventaryFragment :
val distinctPackingTypes =
list?.list?.map {
NameWithId(
1, it.itemPackingTypeFk.ifEmpty { getString(R.string.allText) }
1, it.itemPackingTypeFk ?: getString(R.string.allText)
)
}
?.distinct()