mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-23 18:15:30 +00:00
Fix dynLoad
This commit is contained in:
parent
dcbb4eabb5
commit
636479b15b
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user