Commit 636479b1 authored by vvb2060's avatar vvb2060 Committed by John Wu

Fix dynLoad

parent dcbb4eab
......@@ -54,7 +54,7 @@ public class DownloadActivity extends Activity {
themed = new ContextThemeWrapper(this, android.R.style.Theme_DeviceDefault);
// Only download and dynamic load full APK if hidden
dynLoad = getPackageName().equals(BuildConfig.APPLICATION_ID);
dynLoad = !getPackageName().equals(BuildConfig.APPLICATION_ID);
// Inject resources
loadResources();
......
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 to comment