feat issues refs #7636

This commit is contained in:
Sergio De la torre 2024-07-19 16:26:27 +02:00
parent 9c84f25c0c
commit b9da8267eb
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ class PasilleroFragment(
)
binding.mainToolbarDesign.layoutTool.visibility = View.GONE
if (myWorkSelected != "Producción") {
if ( myWorkSelected != "Producción" && myWorkSelected != "") {
binding.pasillerosItems.setBackgroundColor(Color.RED)
binding.mainToolbarDesign.toolbarTitle.setBackgroundColor(Color.RED)
binding.mainToolbarDesign.toolbarTitle.text =

View File

@ -968,7 +968,7 @@ class EndSacadorFragment(
}
private fun hideKeyboards() {
requireActivity().hideKeyboard()
hideKeyboard()
}
companion object {