mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 17:02:17 -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) {
|
||||
self.done();
|
||||
return callback();
|
||||
}
|
||||
|
||||
@ -1038,6 +1039,7 @@ define(function(require) {
|
||||
});
|
||||
|
||||
if (self.ignoreUploadOnSent || !sentFolder || !rfcText) {
|
||||
self.done();
|
||||
return callback();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user