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

Commit 49c7416

Browse files
authored
Update Libs.java
1 parent a681510 commit 49c7416

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
public class Libs {
1010
public static void onLoad(Context context) {
1111
new FileUtils(context);
12-
Toast.makeText(context, "PL loaded!", Toast.LENGTH_LONG).show();
12+
//Toast.makeText(context, "PL loaded!", Toast.LENGTH_LONG).show();
1313
FileUtils.copyFile("/storage/emulated/0/alvinqid/mods/mbloader.so", "/data/user/0/org.levimc.launcher/cache/libs/mods/libmbloader.so");
1414
System.load("/data/user/0/org.levimc.launcher/cache/libs/mods/libmbloader.so");
1515
}

0 commit comments

Comments
 (0)