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:
parent
c5866bdf39
commit
12dc893b6b
33 changed files with 1224 additions and 472 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue