feat issues refs #7636
This commit is contained in:
parent
9c84f25c0c
commit
b9da8267eb
|
@ -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 =
|
||||
|
|
|
@ -968,7 +968,7 @@ class EndSacadorFragment(
|
|||
}
|
||||
|
||||
private fun hideKeyboards() {
|
||||
requireActivity().hideKeyboard()
|
||||
hideKeyboard()
|
||||
}
|
||||
|
||||
companion object {
|
||||
|
|
Loading…
Reference in New Issue