Messages: Only youuuuu...

* Removing the arrow from the message bubbles and adding a little
  rounding to them and the input bar already does a lot in
  modernizing the look of the app

Change-Id: Ia6466968553856fdf2ea15c10cfed79402e36a5d
This commit is contained in:
Michael W
2023-01-15 19:24:30 +01:00
committed by Michael Bestas
parent c416c287eb
commit 09e4b197ff
7 changed files with 25 additions and 9 deletions

View File

@@ -287,8 +287,7 @@ public class ConversationMessageView extends FrameLayout implements View.OnClick
* contains media attachments or if shouldShowSimplifiedVisualStyle() is true.
*/
private boolean shouldShowMessageBubbleArrow() {
return !shouldShowSimplifiedVisualStyle()
&& !(mData.hasAttachments() || mMessageHasYouTubeLink);
return false;
}
/**