Commit 265c46d5 authored by tongzifang's avatar tongzifang

默认中崎

parent abbc3ca5
......@@ -30,7 +30,7 @@ android {
}
}
group 'com.qmai.android.zqtoolkit'
version '1.0.7.46'
version '1.0.7.47'
gradlePublish {
......
......@@ -55,13 +55,16 @@ object ScaleHub : ScaleBaseAction {
}
}
/**
* fix-20220707 中崎称类型多,通过DeviceUtils.getModel()判断不准确,现改为默认中崎
*/
private fun tryInit(): Boolean {
if (scaleKit == null) {
scaleKit = when {
ScaleChecker.isZQ() -> ZqScaleKit
ScaleChecker.isSUNMI() -> SunmiScaleKit
ScaleChecker.isAclas() -> AclasScaleKit
else -> null
else -> ZqScaleKit
}
}
return scaleKit == null
......
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