Fix dynLoad

This commit is contained in:
vvb2060 2022-01-25 02:37:32 +08:00 committed by John Wu
parent dcbb4eabb5
commit 636479b15b

View File

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