mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-16 23:12:47 +00:00
upgrade dependencies
This commit is contained in:
parent
22a5c6dbe0
commit
bed2812887
8 changed files with 45 additions and 21 deletions
|
@ -182,7 +182,7 @@ internal class KeyCodeDescriptionMapper private constructor() {
|
|||
private const val SPOKEN_EMOTICON_RESOURCE_NAME_PREFIX = "spoken_emoticon"
|
||||
private const val SPOKEN_EMOTICON_CODE_POINT_FORMAT = "_%02X"
|
||||
// The resource ID of the string spoken for obscured keys
|
||||
private const val OBSCURED_KEY_RES_ID = R.string.spoken_description_dot
|
||||
private val OBSCURED_KEY_RES_ID = R.string.spoken_description_dot
|
||||
val instance = KeyCodeDescriptionMapper()
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue