[2.13.0]代码逻辑优化
This commit is contained in:
@@ -335,7 +335,7 @@ object CallerVisualAngleManager {
|
||||
} else {
|
||||
Log.d("${M_DEVA}${TAG}", "--- doRealVisualAngleChange --- 5 ---")
|
||||
defaultDelayJob?.safeCancel()
|
||||
if (displayed == null || displayed.target.priority < target.priority) {
|
||||
if (displayed == null || displayed.target.priority <= target.priority) {
|
||||
Log.d("${M_DEVA}${TAG}", "--- doRealVisualAngleChange --- 6 ---")
|
||||
displayed?.also {
|
||||
queue -= it
|
||||
|
||||
Reference in New Issue
Block a user