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

Commit fbf0d56

Browse files
authored
Update Libs.java
1 parent ddeeb66 commit fbf0d56

File tree

1 file changed

+2
-2
lines changed
  • src/main/java/id.my.alvinq.prokitid.libs

1 file changed

+2
-2
lines changed

src/main/java/id.my.alvinq.prokitid.libs/Libs.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class Libs {
88
public static void onLoad(Context context) {
99
CacheLogger.logAllCacheFiles(context);
1010
Toast.makeText(context, "PL loaded!", Toast.LENGTH_LONG).show();
11-
File lcon = new File(context.getCacheDir() + "/prokitid/native/libmod.so");
12-
System.load(lcon.getAbsolutePath());
11+
//File lcon = new File(context.getCacheDir() + "/prokitid/native/libmod.so");
12+
System.loadLibrary("mod");
1313
}
1414
}

0 commit comments

Comments
 (0)