Merge branch 'main' into weblate-fluffychat-translations

This commit is contained in:
Krille-chan 2025-06-25 10:13:45 +02:00 committed by GitHub
commit ea24eccd22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 9 additions and 7 deletions

View file

@ -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(