TF-1897 Implement resend sending email when failed
(cherry picked from commit f508b65688503e9ae8ece5a1924e84481b98a39e)
This commit is contained in:
@@ -64,7 +64,7 @@ class SendingQueueView extends GetWidget<SendingQueueController> with AppLoaderM
|
||||
if (controller.selectionState.value == SelectMode.INACTIVE) {
|
||||
return RefreshIndicator(
|
||||
color: AppColor.primaryColor,
|
||||
onRefresh: () async => controller.refreshSendingQueue(needToReopen: true),
|
||||
onRefresh: () async => controller.refreshSendingQueue(),
|
||||
child: _buildListViewItemSendingEmails());
|
||||
} else {
|
||||
return _buildListViewItemSendingEmails();
|
||||
|
||||
Reference in New Issue
Block a user