Skip to content

Commit

Permalink
TW-1435: Big dot in message notification and chat list preview (#1600)
Browse files Browse the repository at this point in the history
  • Loading branch information
hieutbui authored Mar 19, 2024
1 parent 6608983 commit e4612a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/presentation/mixins/chat_list_item_mixin.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ mixin ChatListItemMixin {
hideEdit: true,
plaintextBody: true,
removeMarkdown: true,
removeBreakLine: true,
) ??
Future.value(L10n.of(context)!.emptyChat),
builder: (context, snapshot) {
Expand Down Expand Up @@ -108,6 +109,7 @@ mixin ChatListItemMixin {
hideEdit: true,
plaintextBody: true,
removeMarkdown: true,
removeBreakLine: true,
) ??
L10n.of(context)!.emptyChat;

Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1559,7 +1559,7 @@ packages:
description:
path: "."
ref: "twake-supported-0.22.6"
resolved-ref: "40bab63ea8895015aed935bd3fb6c279c6fe294c"
resolved-ref: "22311972c4d781133b893ae032dcb509b1351075"
url: "[email protected]:linagora/matrix-dart-sdk.git"
source: git
version: "0.22.6"
Expand Down

0 comments on commit e4612a8

Please sign in to comment.