TF-3480 Fix conflict when rebase master

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-03-17 15:14:55 +07:00
committed by Dat H. Pham
parent f0fb43aa2a
commit 0bd1ab7e5d
6 changed files with 62 additions and 32 deletions
@@ -19,7 +19,7 @@ class ComposerCache with EquatableMixin {
this.email,
this.hasRequestReadReceipt,
this.isMarkAsImportant,
this.displayMode = ScreenDisplayMode.normal
this.displayMode = ScreenDisplayMode.normal,
this.composerIndex,
this.composerId,
});
@@ -33,7 +33,7 @@ class ComposerCache with EquatableMixin {
email,
hasRequestReadReceipt,
isMarkAsImportant,
displayMode
displayMode,
composerIndex,
composerId,
];