From c2a2e7efc41f1fd7662b5bc22d3ac5ffef93dbab Mon Sep 17 00:00:00 2001 From: dab246 Date: Wed, 19 Jul 2023 16:17:14 +0700 Subject: [PATCH] TF-1857 Update properties calendar event in navigate web browser (cherry picked from commit ec633a444dc48bb8f615185ee59b2ad56e5f31a1) --- lib/features/thread/presentation/thread_controller.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/features/thread/presentation/thread_controller.dart b/lib/features/thread/presentation/thread_controller.dart index 3cfa68261..aa392a805 100644 --- a/lib/features/thread/presentation/thread_controller.dart +++ b/lib/features/thread/presentation/thread_controller.dart @@ -967,7 +967,8 @@ class ThreadController extends BaseController with EmailActionController { _session!, _accountId!, emailId, - properties: ThreadConstants.propertiesDefault)); + properties: EmailUtils.getPropertiesForEmailGetMethod(_session!, _accountId!) + )); } }