mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-01 12:11:59 +00:00
Fix span refresh
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
06992b400f
commit
667e01924c
@ -263,7 +263,7 @@ public class DisplayUtils {
|
||||
|
||||
// A hack to refresh the chip icon
|
||||
if (emojiEditText != null) {
|
||||
emojiEditText.setTextKeepState(emojiEditText.getText());
|
||||
emojiEditText.post(() -> emojiEditText.setTextKeepState(emojiEditText.getText(), TextView.BufferType.SPANNABLE));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user