Merge branch 'qa_1.1.3' into dev

This commit is contained in:
wangcongtao
2020-08-31 10:32:04 +08:00
6 changed files with 108 additions and 55 deletions

View File

@@ -671,6 +671,7 @@ public class TopViewAnimHelper {
viewCaches.remove(child);
IMogoTopViewStatusListener listener = statusListenerMap.remove(child);
if (listener != null) {
listener.beforeViewRemoveAnim(child);
listener.onViewRemoved(child);
}
}