feat: refs #7763 rename

This commit is contained in:
Sergio De la torre 2024-09-19 13:00:35 +02:00
parent 746972d226
commit e77aae4826
1 changed files with 23 additions and 23 deletions

View File

@ -1050,8 +1050,8 @@ class UbicadorFragmentNew : BaseFragment<FragmentUbicadorBinding, UbicadorViewMo
}
customDialogConfirm.show()
}//Tarea 7763
/* .setOkButtonThree(getString(R.string.rename)) {
/*
.setOkButtonThree(getString(R.string.rename)) {
customDialogInput.setTitle(getString(R.string.itemNew))
.setDescription(getString(R.string.scanItem)).setValue("")
.setOkButton(getString(R.string.rename)) {
@ -1072,11 +1072,11 @@ class UbicadorFragmentNew : BaseFragment<FragmentUbicadorBinding, UbicadorViewMo
}
customDialogInput.getEditText().requestFocus()
}
*/
customDialogTwoButtons.setKoButton(getString(R.string.cancel)) {
customDialogTwoButtons.dismiss()
}
*/
customDialogTwoButtons.show()
}