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

Commit 139aa39

Browse files
authored
Fix method declaration for onLoad
1 parent 06c4700 commit 139aa39

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com.dts.freefiremax/alvinq

1 file changed

+1
-1
lines changed

src/main/java/com.dts.freefiremax/alvinq/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import android.content.Context;
55

66
public class Main {
7-
public static onLoad(Context ctx) {
7+
public static void onLoad(Context ctx) {
88
Main.onLoad(ctx);
99
}
1010
};

0 commit comments

Comments
 (0)