mirror of
https://github.com/moparisthebest/mail
synced 2025-02-16 23:20:09 -05:00
[WO-504] stop spinner if upload is not necessary
This commit is contained in:
parent
f8f4ee7945
commit
845af9b127
@ -993,6 +993,7 @@ define(function(require) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
if (self.ignoreUploadOnSent || !sentFolder || !rfcText) {
|
if (self.ignoreUploadOnSent || !sentFolder || !rfcText) {
|
||||||
|
self.done();
|
||||||
return callback();
|
return callback();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1038,6 +1039,7 @@ define(function(require) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
if (self.ignoreUploadOnSent || !sentFolder || !rfcText) {
|
if (self.ignoreUploadOnSent || !sentFolder || !rfcText) {
|
||||||
|
self.done();
|
||||||
return callback();
|
return callback();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user