From 15169a62802f834f2067f529ff1f7f555a9696e6 Mon Sep 17 00:00:00 2001 From: Tibor Kaputa Date: Tue, 27 Jun 2023 11:37:34 +0200 Subject: [PATCH] minor code style update --- .../com/simplemobiletools/keyboard/helpers/EmojiHelper.kt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/src/main/kotlin/com/simplemobiletools/keyboard/helpers/EmojiHelper.kt b/app/src/main/kotlin/com/simplemobiletools/keyboard/helpers/EmojiHelper.kt index 54cff78..89d622a 100644 --- a/app/src/main/kotlin/com/simplemobiletools/keyboard/helpers/EmojiHelper.kt +++ b/app/src/main/kotlin/com/simplemobiletools/keyboard/helpers/EmojiHelper.kt @@ -63,7 +63,6 @@ fun parseRawEmojiSpecsFile(context: Context, path: String): MutableList return emojis } - fun parseRawJsonSpecsFile(context: Context, path: String): HashMap { if (cachedVNTelexData.isNotEmpty()) { return cachedVNTelexData @@ -80,8 +79,7 @@ fun parseRawJsonSpecsFile(context: Context, path: String): HashMap