Hide bubble for jumbomoji.

This commit is contained in:
Cody Henthorne
2022-01-06 13:36:58 -05:00
committed by Alex Hart
parent 4e67752850
commit 3922bfacf5
7 changed files with 63 additions and 7 deletions

View File

@@ -21,6 +21,8 @@ private val TAG = Log.tag(JumboEmoji::class.java)
*/
object JumboEmoji {
const val MAX_JUMBOJI_COUNT = 5
private val cache: MutableMap<String, Bitmap> = SoftHashMap(16)
private val tasks: MutableMap<String, ListenableFutureTask<Bitmap>> = hashMapOf()
private val versionToFormat: MutableMap<UUID, String?> = hashMapOf()