feat Rename refs #7763
This commit is contained in:
parent
62c14fea4d
commit
fc98bd5162
|
@ -808,7 +808,7 @@ class UbicadorFragmentNew: BaseFragment<FragmentUbicadorBinding, UbicadorViewMod
|
|||
customDialogUbicador.dismiss()
|
||||
}
|
||||
} catch (ex: Exception) {
|
||||
ex.message!!.toast(requireContext())
|
||||
ex.message.toString().toast(requireContext())
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -927,7 +927,17 @@ class UbicadorFragmentNew: BaseFragment<FragmentUbicadorBinding, UbicadorViewMod
|
|||
customDialogTwoButtons.dismiss()
|
||||
}
|
||||
customDialogConfirm.show()
|
||||
}
|
||||
}//Tarea 7763
|
||||
/* .setOkButtonThree("Renombrar") {
|
||||
customDialogInput.setTitle("Nuevo artículo")
|
||||
.setDescription("Introduzca nueva etiqueta").setValue("")
|
||||
.setOkButton("Renombrar") {
|
||||
//rename()
|
||||
|
||||
}.setKoButton(getString(R.string.cancel)) {
|
||||
customDialogTwoButtons.dismiss()
|
||||
}.show()
|
||||
}*/
|
||||
|
||||
customDialogTwoButtons.setKoButton(getString(R.string.cancel)) {
|
||||
customDialogTwoButtons.dismiss()
|
||||
|
|
Loading…
Reference in New Issue