TF-123 Implement refresh all mailbox

This commit is contained in:
dab246
2021-09-28 15:51:10 +07:00
committed by Dat H. Pham
parent 8f5171d581
commit eb29f514dc
52 changed files with 745 additions and 368 deletions
@@ -31,7 +31,7 @@ class MailboxView extends GetWidget<MailboxController> {
left: false,
child: RefreshIndicator(
color: AppColor.primaryColor,
onRefresh: () async => controller.refreshGetAllMailboxAction(),
onRefresh: () async => controller.refreshAllMailbox(),
child: SingleChildScrollView(
physics: AlwaysScrollableScrollPhysics(),
child: Padding(