1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-1032 Widgets | Enhancement | Support creating bundled widgets (#2998)

This commit is contained in:
Evgenii Kozlov 2023-03-13 11:24:22 +01:00 committed by GitHub
parent c5866bdf39
commit 12dc893b6b
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 1224 additions and 472 deletions

View file

@ -48,7 +48,7 @@ object Emojifier {
/**
* @param unicode emoji unicode
* @return a pair constisting of emoji's page and emoji's index for this [unicode]
* @return a pair consisting of emoji's page and emoji's index for this [unicode]
*/
private fun search(unicode: String): Pair<Int, Int>? {
val cached = cache[unicode]