Skip to content

Commit

Permalink
更新 DeviceID.java
Browse files Browse the repository at this point in the history
  • Loading branch information
liyujiang-gzu authored Dec 1, 2024
1 parent 01f548a commit ada34ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public static void register(Application application, boolean tryWidevine) {
* @see Application#onCreate()
*/
public static void register(Application application, IRegisterCallback callback) {
register(application, false, null);
register(application, false, callback);
}

/**
Expand Down

0 comments on commit ada34ca

Please sign in to comment.