feat: refs #8300 crashlytics

This commit is contained in:
Sergio De la torre 2025-02-07 16:57:14 +01:00
parent a97b823695
commit 6f155fbe36
2 changed files with 1 additions and 3 deletions

View File

@ -1536,7 +1536,6 @@ class CollectionFragmentPreChecker(
)
}
@RequiresApi(Build.VERSION_CODES.O)
private fun printShelvingResult(placementSupplyListVO: PlacementSupplyListVO) {
var shelving = ""
var item = ""
@ -1633,7 +1632,7 @@ class CollectionFragmentPreChecker(
requireActivity().getSystemService(Context.INPUT_METHOD_SERVICE) as InputMethodManager
lManager.hideSoftInputFromWindow(
customDialogList.getEditTextTwo().windowToken,
InputMethodManager.SHOW_IMPLICIT
InputMethodManager.HIDE_IMPLICIT_ONLY
)
}

View File

@ -1,7 +1,6 @@
[versions]
androidImagePicker = "3.0.0-beta5"
appcompat = "1.7.0"
composeBom = "2025.01.01"
constraintlayout = "2.2.0"
converterGson = "2.0.2"
core = "3.4.1"