Fix wrong padding under reactions
This commit is contained in:
parent
cbab92ed87
commit
ed5c58b4ea
1 changed files with 2 additions and 0 deletions
|
@ -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){
|
||||
|
|
Loading…
Add table
Reference in a new issue