mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-04-03 13:40:00 +03:00
Fix issue #715 - Custom emoji not displayed in notifications
This commit is contained in:
parent
aea0f8ca83
commit
d9f477a57f
1 changed files with 0 additions and 1 deletions
|
@ -437,7 +437,6 @@ public class NotificationAdapter extends RecyclerView.Adapter<RecyclerView.ViewH
|
|||
notification.account.getSpanDisplayNameTitle(context,
|
||||
new WeakReference<>(holderStatus.bindingNotification.status.displayName), title),
|
||||
TextView.BufferType.SPANNABLE);
|
||||
holderStatus.bindingNotification.status.displayName.setText(title, TextView.BufferType.SPANNABLE);
|
||||
holderStatus.bindingNotification.status.username.setText(String.format("@%s", notification.account.acct));
|
||||
holderStatus.bindingNotification.status.actionButtons.setVisibility(View.GONE);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue