[8.1.0]
[fea] [公交站提醒]
This commit is contained in:
@@ -75,8 +75,8 @@ class RoadV2NEventWindowView @JvmOverloads constructor(
|
||||
AppIdentityModeUtils.isPassenger(FunctionBuildConfig.appIdentityMode)
|
||||
}
|
||||
|
||||
private val isB2 by lazy {
|
||||
AppIdentityModeUtils.isB2(FunctionBuildConfig.appIdentityMode)
|
||||
private val isB1 by lazy {
|
||||
AppIdentityModeUtils.isB1(FunctionBuildConfig.appIdentityMode)
|
||||
}
|
||||
|
||||
private var currentEventUUID: String = ""
|
||||
@@ -93,7 +93,7 @@ class RoadV2NEventWindowView @JvmOverloads constructor(
|
||||
|
||||
private fun initView() {
|
||||
if (isPassengerScreen) {
|
||||
if (isB2) {
|
||||
if (isB1) {
|
||||
setB2PassengerScreenView()
|
||||
} else {
|
||||
setTaxiPassengerScreenView()
|
||||
|
||||
Reference in New Issue
Block a user