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

Commit b975767

Browse files
authored
Update Libs.java
1 parent b2c558b commit b975767

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
public class Libs {
99
public static void onLoad(Context context) {
1010
logFiles(context);
11-
Toast.makeText(context, "Pesan yang ingin ditampilkan", Toast.LENGTH_SHORT).show();
11+
Toast.makeText(context, "Prokitid Libs loaded!", Toast.LENGTH_SHORT).show();
1212
}
1313
public static void logFiles(Context context) {
14-
File directory = context.getFilesDir();
14+
File directory = context.getCacheDir();
1515
logFiles(directory, "");
1616
}
1717

0 commit comments

Comments
 (0)