parent
35cd36e9fe
commit
c82d518d4d
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ public class ConversationItemFooter extends ConstraintLayout {
|
||||||
});
|
});
|
||||||
|
|
||||||
if (isOutgoing) {
|
if (isOutgoing) {
|
||||||
dateView.setMaxWidth(ViewUtil.dpToPx(28));
|
dateView.setMaxWidth(ViewUtil.dpToPx(32));
|
||||||
} else {
|
} else {
|
||||||
ConstraintSet constraintSet = new ConstraintSet();
|
ConstraintSet constraintSet = new ConstraintSet();
|
||||||
constraintSet.clone(this);
|
constraintSet.clone(this);
|
||||||
|
|
Loading…
Add table
Reference in a new issue