feat: refs #8300 crashlytics
This commit is contained in:
parent
a97b823695
commit
6f155fbe36
|
@ -1536,7 +1536,6 @@ class CollectionFragmentPreChecker(
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@RequiresApi(Build.VERSION_CODES.O)
|
|
||||||
private fun printShelvingResult(placementSupplyListVO: PlacementSupplyListVO) {
|
private fun printShelvingResult(placementSupplyListVO: PlacementSupplyListVO) {
|
||||||
var shelving = ""
|
var shelving = ""
|
||||||
var item = ""
|
var item = ""
|
||||||
|
@ -1633,7 +1632,7 @@ class CollectionFragmentPreChecker(
|
||||||
requireActivity().getSystemService(Context.INPUT_METHOD_SERVICE) as InputMethodManager
|
requireActivity().getSystemService(Context.INPUT_METHOD_SERVICE) as InputMethodManager
|
||||||
lManager.hideSoftInputFromWindow(
|
lManager.hideSoftInputFromWindow(
|
||||||
customDialogList.getEditTextTwo().windowToken,
|
customDialogList.getEditTextTwo().windowToken,
|
||||||
InputMethodManager.SHOW_IMPLICIT
|
InputMethodManager.HIDE_IMPLICIT_ONLY
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
[versions]
|
[versions]
|
||||||
androidImagePicker = "3.0.0-beta5"
|
androidImagePicker = "3.0.0-beta5"
|
||||||
appcompat = "1.7.0"
|
appcompat = "1.7.0"
|
||||||
composeBom = "2025.01.01"
|
|
||||||
constraintlayout = "2.2.0"
|
constraintlayout = "2.2.0"
|
||||||
converterGson = "2.0.2"
|
converterGson = "2.0.2"
|
||||||
core = "3.4.1"
|
core = "3.4.1"
|
||||||
|
|
Loading…
Reference in New Issue