mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Fix highlighted bounds of conversation items.
This commit is contained in:
@@ -1068,9 +1068,9 @@ public final class ConversationItem extends RelativeLayout implements BindableCo
|
||||
|
||||
private void setGutterSizes(@NonNull MessageRecord current, boolean isGroupThread) {
|
||||
if (isGroupThread && current.isOutgoing()) {
|
||||
ViewUtil.setLeftMargin(this, readDimen(R.dimen.conversation_group_left_gutter));
|
||||
ViewUtil.setPaddingStart(this, readDimen(R.dimen.conversation_group_left_gutter));
|
||||
} else if (current.isOutgoing()) {
|
||||
ViewUtil.setLeftMargin(this, readDimen(R.dimen.conversation_individual_left_gutter));
|
||||
ViewUtil.setPaddingStart(this, readDimen(R.dimen.conversation_individual_left_gutter));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user