Merge branch 'main' into weblate-fluffychat-translations
This commit is contained in:
commit
ea24eccd22
5 changed files with 9 additions and 7 deletions
|
|
@ -461,8 +461,10 @@ class Message extends StatelessWidget {
|
|||
clipBehavior: Clip.antiAlias,
|
||||
child: BubbleBackground(
|
||||
colors: colors,
|
||||
ignore:
|
||||
noBubble || !ownMessage,
|
||||
ignore: noBubble ||
|
||||
!ownMessage ||
|
||||
MediaQuery.of(context)
|
||||
.highContrast,
|
||||
scrollController:
|
||||
scrollController,
|
||||
child: Container(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue