mirror of
https://github.com/samsonjs/media.git
synced 2026-03-28 09:55:48 +00:00
Fix build
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=147796398
This commit is contained in:
parent
ba9a82e982
commit
bc9dfa8139
1 changed files with 1 additions and 1 deletions
|
|
@ -334,7 +334,7 @@ public final class Loader implements LoaderErrorThrower {
|
|||
return;
|
||||
}
|
||||
if (msg.what == MSG_START) {
|
||||
submitToExecutor();
|
||||
execute();
|
||||
return;
|
||||
}
|
||||
if (msg.what == MSG_FATAL_ERROR) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue