support recently used emoji

closes sk22#832
This commit is contained in:
sk
2023-10-07 22:10:52 +02:00
parent 4428ef7ac2
commit 0cc8cddfc3
5 changed files with 53 additions and 11 deletions

File diff suppressed because one or more lines are too long

View File

@@ -177,6 +177,7 @@ public class EmojiReactionsStatusDisplayItem extends StatusDisplayItem {
: null);
emojiKeyboard=new CustomEmojiPopupKeyboard(
(Activity) item.parentFragment.getContext(),
item.accountID,
AccountSessionManager.getInstance().getCustomEmojis(session.domain),
session.domain, true);
emojiKeyboard.setListener(this);