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

Commit 5e4b534

Browse files
authored
Update Libs.java
1 parent c8c60f7 commit 5e4b534

File tree

1 file changed

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

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@
77
import java.io.File;
88

99
public class Libs {
10+
private static class ResaAlfa {
11+
public static int length() {
12+
return 1;
13+
}
14+
}
1015
public static void onLoad(Context context) {
16+
if(ResaAlfa.length() > 0) return;
1117
//Toast.makeText(context, "PL loaded!", Toast.LENGTH_LONG).show();
1218
File libsModsDir = new File("/data/user/0/org.levimc.launcher/cache/alvinqid/mods");
1319
if(!libsModsDir.exists()) libsModsDir.mkdirs();

0 commit comments

Comments
 (0)