mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-10 00:50:49 +01:00
Emoji-only messages big also when spaces included
Same behaviour as on desktop. Fixes https://github.com/SchildiChat/SchildiChat-android/issues/31 Change-Id: I221e226cdebfc1e7b7d38ab439801ec542c969bf
This commit is contained in:
parent
dee1971814
commit
a365850516
@ -40,7 +40,8 @@ private val emojisPattern = Pattern.compile("((?:[\uD83C\uDF00-\uD83D\uDDFF]" +
|
||||
"|[\u2122\u2139]\uFE0F?" +
|
||||
"|\uD83C\uDC04\uFE0F?" +
|
||||
"|\uD83C\uDCCF\uFE0F?" +
|
||||
"|[\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA]\uFE0F?))")
|
||||
"|[\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA]\uFE0F?" +
|
||||
"| ?))")
|
||||
|
||||
/*
|
||||
// A hashset from all supported emoji
|
||||
|
Loading…
x
Reference in New Issue
Block a user