chore: Follow up message bubble design
This commit is contained in:
parent
6073b46cfc
commit
e0e1b65f77
3 changed files with 9 additions and 3 deletions
|
|
@ -97,7 +97,8 @@ class Message extends StatelessWidget {
|
|||
EventTypes.Sticker,
|
||||
EventTypes.Encrypted,
|
||||
}.contains(previousEvent!.type) &&
|
||||
previousEvent!.senderId == event.senderId;
|
||||
previousEvent!.senderId == event.senderId &&
|
||||
previousEvent!.originServerTs.sameEnvironment(event.originServerTs);
|
||||
|
||||
final textColor = ownMessage
|
||||
? Theme.of(context).colorScheme.onPrimary
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue