[VisualAngle]升级地图SDK;修正顶视角不消失问题

This commit is contained in:
renwj
2022-03-24 17:46:53 +08:00
parent 6eaa7761c4
commit f06cdf1f8e
3 changed files with 36 additions and 13 deletions

View File

@@ -2,6 +2,7 @@ package com.mogo.eagle.core.function.hmi.ui.turnlight
import android.content.Context
import android.util.AttributeSet
import android.util.Log
import android.view.LayoutInflater
import android.view.View
import android.view.animation.AlphaAnimation
@@ -86,8 +87,6 @@ class TurnLightViewStatus @JvmOverloads constructor(
}
} else { //消失
CallerVisualAngleManager.changeVisualAngle(Default())
isVisualAngleChanged = false
if (!isDisappare) {
GlobalScope.launch(Dispatchers.Main) {
animationDisappear()