fix[声望升级-修复BUG]

This commit is contained in:
Martin
2024-05-28 13:44:44 +08:00
parent 26a71ff825
commit cf48be7d15
21 changed files with 400 additions and 157 deletions

View File

@@ -65,6 +65,10 @@ public abstract class AbsViewHolder implements LifeCycleListener {
}
}
public boolean isShow(){
return mParentView.indexOfChild(mContentView)>-1;
}
public void removeFromParent() {
ViewParent parent = mContentView.getParent();
if (parent != null) {