HotFix Ubicador

This commit is contained in:
Sergio De la torre 2023-02-27 09:33:46 +01:00
parent a47568156f
commit d2410bd92c
1 changed files with 2 additions and 3 deletions

View File

@ -6,7 +6,6 @@ import android.graphics.drawable.Drawable
import android.media.MediaPlayer
import android.os.Build
import android.os.Bundle
import android.util.Log
import android.view.View
import android.view.View.GONE
import android.view.View.VISIBLE
@ -721,13 +720,13 @@ class UbicadorFragment(
).toString()
)
} catch (ex:Exception){
} catch (ex: Exception) {
ma.messageWithSound(ex.message.toString(), true, true)
customDialogUbicador.setItemValue("")
}
}
return@setOnEditorActionListener false
return@setOnEditorActionListener true
}
customDialogUbicador.getPackingItem().requestFocus()