Skip to content

Commit

Permalink
Update MixPushClient.java
Browse files Browse the repository at this point in the history
  • Loading branch information
taoweiji authored Sep 9, 2020
1 parent 96f644b commit c31df94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public void register(Context context, String defaultPlatform) {
/**
* @param defaultPlatform 默认的推送平台
*/
public void register(Context context, String defaultPlatform, System passThroughPlatform) {
public void register(Context context, String defaultPlatform, String passThroughPlatform) {
if (!ProcessUtils.isMainProcess(context)) {
handler.getLogger().log(TAG, "只允许在主进程初始化");
return;
Expand Down

0 comments on commit c31df94

Please sign in to comment.