Fix wrong padding under reactions
This commit is contained in:
@@ -216,6 +216,8 @@ public class EmojiReactionsStatusDisplayItem extends StatusDisplayItem {
|
|||||||
if(next!=null && !next.parentID.equals(item.parentID)) next=null;
|
if(next!=null && !next.parentID.equals(item.parentID)) next=null;
|
||||||
if(next instanceof ExtendedFooterStatusDisplayItem)
|
if(next instanceof ExtendedFooterStatusDisplayItem)
|
||||||
itemView.setPadding(0, 0, 0, V.dp(12));
|
itemView.setPadding(0, 0, 0, V.dp(12));
|
||||||
|
else
|
||||||
|
itemView.setPadding(0, 0, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void updateVisibility(boolean hidden, boolean force){
|
private void updateVisibility(boolean hidden, boolean force){
|
||||||
|
|||||||
Reference in New Issue
Block a user