Messaging: Use Start and End instead of Left and Right

That way we don't need a separate file for these styles anymore

Change-Id: If689fba727f9b678b628c7bfb51fa8e4474d68de
This commit is contained in:
Michael W
2025-04-12 13:26:33 +02:00
parent 2f9b1386f8
commit aad904a01b
15 changed files with 119 additions and 363 deletions

View File

@@ -545,7 +545,7 @@ public class ConversationFragment extends Fragment implements ConversationDataLi
startRect.top -= view.getPaddingTop();
startRect.bottom =
composeBubbleRect.bottom;
startRect.left += view.getPaddingRight();
startRect.left += view.getPaddingEnd();
view.setAlpha(0);
mPopupTransitionAnimation = new PopupTransitionAnimation(startRect, view);