TF-2237 Add loading circular for send button

(cherry picked from commit d9db8f467942f16b70140113e222985b61db047a)
This commit is contained in:
hieubt
2023-10-25 00:12:40 +07:00
committed by Dat H. Pham
parent d26f86c844
commit f7baf72a7c
3 changed files with 24 additions and 8 deletions
@@ -435,6 +435,7 @@ class ComposerView extends GetWidget<ComposerController> {
radius: ComposerStyle.popupMenuRadius
);
},
isSending: controller.isSendEmailLoading.value,
)),
]);
},