refs #5335
This commit is contained in:
parent
5d4acebccd
commit
c5ef139004
|
@ -37,10 +37,7 @@ class BuscarItemFragment(
|
||||||
|
|
||||||
@RequiresApi(Build.VERSION_CODES.O)
|
@RequiresApi(Build.VERSION_CODES.O)
|
||||||
override fun init() {
|
override fun init() {
|
||||||
|
|
||||||
ma.hideBottomNavigation(GONE)
|
|
||||||
binding.mainToolbar.toolbarTitle.text = getString(R.string.getubicaition)
|
binding.mainToolbar.toolbarTitle.text = getString(R.string.getubicaition)
|
||||||
//binding.editItemFk.inputType = android.text.InputType.TYPE_CLASS_NUMBER
|
|
||||||
setEvents()
|
setEvents()
|
||||||
if (itemFk != null) {
|
if (itemFk != null) {
|
||||||
getLocations(itemFk!!)
|
getLocations(itemFk!!)
|
||||||
|
|
Loading…
Reference in New Issue