You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, user A sends N messages, and I want her avatar to be shown in every message he sends, but right now only one avatar is shown.
I found the following setting in the text_container.dart file:
/// If the previous message is from the same author as the current one
final bool isPreviousSameAuthor; /// If the next message is from the same author as the current one.
/// If the next message is from the same author as the current one
final bool isNextSameAuthor; /// If the next message is from the same author as the current one.
This would probably do what I want, but I'm stuck here
The text was updated successfully, but these errors were encountered:
E-sion
changed the title
How do I get a user to always show an avatar in the chat list?
【Help】How do I get a user to always show an avatar in the chat list?
Apr 17, 2024
For example, user A sends N messages, and I want her avatar to be shown in every message he sends, but right now only one avatar is shown.
I found the following setting in the
text_container.dart
file:This would probably do what I want, but I'm stuck here
The text was updated successfully, but these errors were encountered: