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

Commit 02083b0

Browse files
authored
Update LibsManager.java
1 parent d4dda3b commit 02083b0

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
@@ -18,7 +18,7 @@ public LibsManager(Context ctx) {
1818
File cDir = new File(dirPath, "cache/dexout");
1919
if(!cDir.exists()) cDir.mkdirs();
2020
this.cDir = cDir;
21-
this.context = context;
21+
this.context = ctx;
2222
}
2323

2424
public static LibsManager get(Context ctx) {

0 commit comments

Comments
 (0)