mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-02-16 20:00:36 +01:00
minor code style update
This commit is contained in:
parent
0ead92bab0
commit
15169a6280
@ -63,7 +63,6 @@ fun parseRawEmojiSpecsFile(context: Context, path: String): MutableList<String>
|
||||
return emojis
|
||||
}
|
||||
|
||||
|
||||
fun parseRawJsonSpecsFile(context: Context, path: String): HashMap<String, String> {
|
||||
if (cachedVNTelexData.isNotEmpty()) {
|
||||
return cachedVNTelexData
|
||||
@ -80,8 +79,7 @@ fun parseRawJsonSpecsFile(context: Context, path: String): HashMap<String, Strin
|
||||
val value = rulesObj.getString(key)
|
||||
cachedVNTelexData[key] = value
|
||||
}
|
||||
} catch (ex: Exception) {
|
||||
ex.printStackTrace()
|
||||
} catch (ignored: Exception) {
|
||||
return HashMap()
|
||||
}
|
||||
return cachedVNTelexData
|
||||
|
Loading…
x
Reference in New Issue
Block a user