fix analyze

This commit is contained in:
Rafał Adasiewicz
2023-02-09 13:59:12 +01:00
parent cc1ad224e2
commit 2189738135
@@ -95,7 +95,7 @@ class StreamMessageThemeData with Diagnosticable {
reactionsMaskColor: reactionsMaskColor ?? this.reactionsMaskColor, reactionsMaskColor: reactionsMaskColor ?? this.reactionsMaskColor,
linkBackgroundColor: linkBackgroundColor ?? this.linkBackgroundColor, linkBackgroundColor: linkBackgroundColor ?? this.linkBackgroundColor,
urlAttachmentTitleMaxLine: urlAttachmentTitleMaxLine:
urlLinkTitleMaxLine ?? this.urlAttachmentTitleMaxLine, urlLinkTitleMaxLine ?? urlAttachmentTitleMaxLine,
); );
} }