TF-2188 Allow editable waiting/running/canceled status
(cherry picked from commit 04af1331106afb2df676fac5fefbd2b086187a38)
This commit is contained in:
+1
-1
@@ -104,7 +104,7 @@ class BottomBarSendingQueueWidget extends StatelessWidget {
|
||||
|
||||
bool get _isEditable => !isConnectedNetwork &&
|
||||
listSendingEmailSelected.length == 1 &&
|
||||
listSendingEmailSelected.first.isWaiting;
|
||||
listSendingEmailSelected.first.isEditableSupported;
|
||||
|
||||
bool get _isCanResend => listSendingEmailSelected.isAllSendingStateError();
|
||||
}
|
||||
Reference in New Issue
Block a user