mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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;
|
return;
|
||||||
}
|
}
|
||||||
if (msg.what == MSG_START) {
|
if (msg.what == MSG_START) {
|
||||||
submitToExecutor();
|
execute();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (msg.what == MSG_FATAL_ERROR) {
|
if (msg.what == MSG_FATAL_ERROR) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue