Commit bc9dfa81 by olly Committed by Oliver Woodman

Fix build

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=147796398
parent ba9a82e9
...@@ -334,7 +334,7 @@ public final class Loader implements LoaderErrorThrower { ...@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment