This commit is contained in:
tongchenfei
2020-08-28 12:03:37 +08:00
parent 8c424ca233
commit c1d16d671c

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