From ce285f88a8b21bb90281a638a95515398a4ef355 Mon Sep 17 00:00:00 2001 From: tongchenfei Date: Fri, 29 May 2020 14:40:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B6=E9=83=A8view?= =?UTF-8?q?=E9=83=A8=E5=88=86=E6=8E=A5=E5=8F=A3bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle.properties | 2 +- .../com/mogo/module/extensions/utils/TopViewAnimHelper.java | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index dfc7d53b18..d5b42733d0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -42,7 +42,7 @@ MOGO_MODULE_COMMON_VERSION=1.1.0.12 MOGO_MODULE_MAIN_VERSION=1.1.0.12 MOGO_MODULE_MAP_VERSION=1.1.0.12 MOGO_MODULE_SERVICE_VERSION=1.1.0.12 -MOGO_MODULE_EXTENSIONS_VERSION=1.1.0.13 +MOGO_MODULE_EXTENSIONS_VERSION=1.1.0.14 MOGO_MODULE_SEARCH_VERSION=1.1.0.12 MOGO_MODULE_BACK_VERSION=1.1.0.12 MOGO_MODULE_GPS_SIMULATOR_VERSION=1.1.0.12 diff --git a/modules/mogo-module-extensions/src/main/java/com/mogo/module/extensions/utils/TopViewAnimHelper.java b/modules/mogo-module-extensions/src/main/java/com/mogo/module/extensions/utils/TopViewAnimHelper.java index 3884ab3f96..d313776569 100644 --- a/modules/mogo-module-extensions/src/main/java/com/mogo/module/extensions/utils/TopViewAnimHelper.java +++ b/modules/mogo-module-extensions/src/main/java/com/mogo/module/extensions/utils/TopViewAnimHelper.java @@ -114,6 +114,7 @@ public class TopViewAnimHelper { Logger.d(TAG, "onTransitionEnd: " + currentAnimatingView); IMogoTopViewStatusListener listener; if (isTopViewOut) { + viewCaches.remove(currentAnimatingView); listener = statusListenerMap.remove(currentAnimatingView); if(listener!=null) { listener.onViewRemoved(currentAnimatingView);