Merge branch 'feature/v2.0.0' of gitlab.zhidaoauto.com:ecos/yycp-service/Launcher into feature/v2.0.0

This commit is contained in:
wangcongtao
2020-05-29 14:59:43 +08:00
2 changed files with 2 additions and 1 deletions

View File

@@ -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);