Skip to content

Commit fe14ff2

Browse files
authored
Update LibsManager.java
1 parent 65a84e4 commit fe14ff2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
import org.levimc.launcher.util.Logger;
1212

1313
public class LibsManager {
14-
private final Context context;
15-
private final File cDir;
14+
private static Context context;
15+
private static File cDir;
1616
//private final DexClassLoader dcl;
1717
public LibsManager(Context ctx) {
1818
String dirPath = ctx.getDir("alvinqid", Context.MODE_PRIVATE).getAbsolutePath();

0 commit comments

Comments
 (0)