remove deviceUtil

This commit is contained in:
unknown
2020-09-24 20:04:28 +08:00
parent b61e5903aa
commit f9183115cb

View File

@@ -1,10 +0,0 @@
package com.mogo.module.guide.util
import com.mogo.module.common.utils.CarSeries.*
fun isDeviceOfD(): Boolean {
return when (getSeries()) {
CAR_SERIES_D80X, CAR_SERIES_D81X, CAR_SERIES_D82X, CAR_SERIES_D84X -> true
else -> false
}
}