修改顶部view部分接口bug
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user