Commit 56c998ca authored by chengkun's avatar chengkun

remove default

parent a356816c
...@@ -30,7 +30,7 @@ class PushService : ZapService() { ...@@ -30,7 +30,7 @@ class PushService : ZapService() {
Timber.tag(TAG).i("push sdk has initiallized") Timber.tag(TAG).i("push sdk has initiallized")
return return
} }
when("55555"/*SystemUtil.getDeviceBrand()*/) { when(SystemUtil.getDeviceBrand()) {
BrandConstant.HUAWEI -> { BrandConstant.HUAWEI -> {
pushSdkManager = PushSdkManager(HuaWeiPushPolicy()) pushSdkManager = PushSdkManager(HuaWeiPushPolicy())
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment