feat: refs #7763 rename

This commit is contained in:
Sergio De la torre 2024-09-18 13:17:49 +02:00
parent 03d814d5ed
commit c42061a8d1
1 changed files with 22 additions and 22 deletions

View File

@ -1051,7 +1051,7 @@ 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)) {
@ -1076,7 +1076,7 @@ class UbicadorFragmentNew : BaseFragment<FragmentUbicadorBinding, UbicadorViewMo
customDialogTwoButtons.setKoButton(getString(R.string.cancel)) {
customDialogTwoButtons.dismiss()
}
*/
customDialogTwoButtons.show()
}