mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Hide bubble for jumbomoji.
This commit is contained in:
committed by
Alex Hart
parent
4e67752850
commit
3922bfacf5
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user