From 58d5eca410959d58e4294fe652cc164d9eb99650 Mon Sep 17 00:00:00 2001 From: dab246 Date: Wed, 19 Jul 2023 16:11:59 +0700 Subject: [PATCH] TF-1857 Update properties calendar event in refresh change email (cherry picked from commit d52b86b026eb168acd806bd8c1d0f1de56c7694a) --- lib/features/thread/presentation/thread_controller.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/features/thread/presentation/thread_controller.dart b/lib/features/thread/presentation/thread_controller.dart index 45df9a508..3cfa68261 100644 --- a/lib/features/thread/presentation/thread_controller.dart +++ b/lib/features/thread/presentation/thread_controller.dart @@ -486,7 +486,7 @@ class ThreadController extends BaseController with EmailActionController { _accountId!, newEmailState, sort: _sortOrder, - propertiesCreated: ThreadConstants.propertiesDefault, + propertiesCreated: EmailUtils.getPropertiesForEmailGetMethod(_session!, _accountId!), propertiesUpdated: ThreadConstants.propertiesUpdatedDefault, emailFilter: EmailFilter( filter: _getFilterCondition(mailboxIdSelected: _currentMailboxId),