Fix build

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=147796398
This commit is contained in:
olly 2017-02-16 19:00:00 -08:00 committed by Oliver Woodman
parent ba9a82e982
commit bc9dfa8139

View file

@ -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) {