TF-2116 Apply new design attachment in mobile composer

(cherry picked from commit 4d8a7590e11044963093a98095948d9820f34efb)
This commit is contained in:
dab246
2023-09-07 22:49:26 +07:00
committed by Dat H. Pham
parent 655446133c
commit 27b5342132
14 changed files with 327 additions and 194 deletions
@@ -291,8 +291,7 @@ class EmailView extends GetWidget<SingleEmailController> {
}
}),
Obx(() => EmailViewLoadingBarWidget(
viewState: controller.emailLoadedViewState.value,
selectedEmail: presentationEmail
viewState: controller.emailLoadedViewState.value
)),
if (calendarEvent != null)
Column(