[2.13.0]远视角逻辑优化

This commit is contained in:
renwj
2022-12-26 17:08:43 +08:00
parent 74b70b5387
commit e72da5b1fc

View File

@@ -276,6 +276,11 @@ object CallerVisualAngleManager {
if (displayDuration < prev.displayThreshold) {
Log.d("${M_DEVA}${TAG}", "--- 5 --- 场景[$prev]:仍在保护展示时长内直接return")
return@launch
} else {
Log.d("${M_DEVA}${TAG}", "--- 6 --- 场景[$prev]:已过保护展示时长,从展示的队列中移除,显示默认视角")
queue -= displayed
changeVisualAngle(Default())
return@launch
}
}
if (prev is Turning && current is Turning) {