Fix wrong padding under reactions

This commit is contained in:
Jacoco 2024-12-22 12:08:32 +01:00 committed by GitHub
parent cbab92ed87
commit ed5c58b4ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -216,6 +216,8 @@ public class EmojiReactionsStatusDisplayItem extends StatusDisplayItem {
if(next!=null && !next.parentID.equals(item.parentID)) next=null;
if(next instanceof ExtendedFooterStatusDisplayItem)
itemView.setPadding(0, 0, 0, V.dp(12));
else
itemView.setPadding(0, 0, 0, 0);
}
private void updateVisibility(boolean hidden, boolean force){