We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a84e4 commit fe14ff2Copy full SHA for fe14ff2
src/main/java/id.my.alvinq.prokitid.app/libs/LibsManager.java
@@ -11,8 +11,8 @@
11
import org.levimc.launcher.util.Logger;
12
13
public class LibsManager {
14
- private final Context context;
15
- private final File cDir;
+ private static Context context;
+ private static File cDir;
16
//private final DexClassLoader dcl;
17
public LibsManager(Context ctx) {
18
String dirPath = ctx.getDir("alvinqid", Context.MODE_PRIVATE).getAbsolutePath();
0 commit comments