修改顶部view部分接口bug

This commit is contained in:
tongchenfei
2020-05-29 14:40:03 +08:00
parent 3f276184fc
commit ce285f88a8
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);