Update padding and margins on conversation updates.

This commit is contained in:
Greyson Parrelli
2021-01-24 03:07:49 -05:00
parent 3a2990a911
commit 26e0e09e24
2 changed files with 3 additions and 3 deletions

View File

@@ -339,8 +339,8 @@ public final class ConversationUpdateItem extends FrameLayout
background.setBackground(null);
}
} else if (collapseBelow) {
ViewUtil.setTopMargin(background, paddingDefault);
ViewUtil.setBottomMargin(background, paddingCollapsed);
ViewUtil.setTopMargin(background, marginDefault);
ViewUtil.setBottomMargin(background, marginCollapsed);
ViewUtil.setPaddingTop(background, paddingDefault);
ViewUtil.setPaddingBottom(background, paddingCollapsed);