Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
undo spacing "fix"
Browse files Browse the repository at this point in the history
  • Loading branch information
sk22 committed Aug 24, 2023
1 parent 0688521 commit 47fde1e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ public void onError(ErrorResponse error) {
next=displayItems.size() > ++nextPos ? displayItems.get(nextPos) : null;
}

if(next instanceof FooterStatusDisplayItem
|| (!item.inset && next instanceof DummyStatusDisplayItem)
if(next instanceof FooterStatusDisplayItem) bottomPadding=V.dp(6);
else if((!item.inset && next instanceof DummyStatusDisplayItem)
|| next instanceof EmojiReactionsStatusDisplayItem e && !e.isHidden()
) bottomPadding=0;
}
Expand Down

0 comments on commit 47fde1e

Please sign in to comment.