Skip to content
This repository was archived by the owner on Dec 29, 2025. It is now read-only.

Commit f71a590

Browse files
authored
Update LibsManager.java
1 parent 8b510c6 commit f71a590

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/id.my.alvinq.prokitid.app/libs/LibsManager.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ public void loadLib(File file) {
5858
}
5959
}
6060
private static void invokeM(DexClassLoader dcl, File file) {
61+
Thread.currentThread().setContextClassLoader(dcl);
6162
String className = getMainClassFromManifest(file);
6263
if (className == null) {
6364
Logger.get().error("main class tidak ditemukan di manifest.json di jar: " + file.getName());

0 commit comments

Comments
 (0)