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

Commit d4dda3b

Browse files
authored
Update LibsManager.java
1 parent d83ff4c commit d4dda3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class LibsManager {
1414
private final File cDir;
1515
//private final DexClassLoader dcl;
1616
public LibsManager(Context ctx) {
17-
String dirPath = context.getDir("alvinqid", Context.MODE_PRIVATE).getAbsolutePath();
17+
String dirPath = ctx.getDir("alvinqid", Context.MODE_PRIVATE).getAbsolutePath();
1818
File cDir = new File(dirPath, "cache/dexout");
1919
if(!cDir.exists()) cDir.mkdirs();
2020
this.cDir = cDir;

0 commit comments

Comments
 (0)