Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ada34ca

Browse files
authoredDec 1, 2024··
更新 DeviceID.java
1 parent 01f548a commit ada34ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎library/src/main/java/com/github/gzuliyujiang/oaid/DeviceID.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public static void register(Application application, boolean tryWidevine) {
8181
* @see Application#onCreate()
8282
*/
8383
public static void register(Application application, IRegisterCallback callback) {
84-
register(application, false, null);
84+
register(application, false, callback);
8585
}
8686

8787
/**

0 commit comments

Comments
 (0)
Please sign in to comment.