From 88485872db8d1f8694e54f77cf7a2637c7216f37 Mon Sep 17 00:00:00 2001 From: renwj Date: Fri, 30 Dec 2022 14:23:47 +0800 Subject: [PATCH] =?UTF-8?q?[2.13.0]=E4=BB=A3=E7=A0=81=E9=80=BB=E8=BE=91?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../eagle/core/function/call/map/CallerVisualAngleManager.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/mogo-core-function-call/src/main/java/com/mogo/eagle/core/function/call/map/CallerVisualAngleManager.kt b/core/mogo-core-function-call/src/main/java/com/mogo/eagle/core/function/call/map/CallerVisualAngleManager.kt index e8c3611806..c01e0b89d7 100644 --- a/core/mogo-core-function-call/src/main/java/com/mogo/eagle/core/function/call/map/CallerVisualAngleManager.kt +++ b/core/mogo-core-function-call/src/main/java/com/mogo/eagle/core/function/call/map/CallerVisualAngleManager.kt @@ -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