Skip to content

Commit b5b3703

Browse files
author
Vladimir Demidov
committed
flash.abort timeout fix load process
1 parent adf2cfd commit b5b3703

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

FileAPI.flash.swf

5 Bytes
Binary file not shown.

flash/src/ru/mail/controller/AppController.as

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,9 +647,11 @@ package ru.mail.controller
647647

648648
if (file.uploadCommand) {
649649
(file.uploadCommand as UploadCommand).cancel();
650+
file.uploadCommand = null;
650651
}
651652
if (file.loadCommand) {
652653
(file.loadCommand as LoadFileCommand).cancel();
654+
file.loadCommand = null;
653655
}
654656
if (_model.timeout && !force) {
655657
LoggerJS.log("abort remove set timeout");

0 commit comments

Comments
 (0)