fix[声望升级-修复BUG]
This commit is contained in:
@@ -65,6 +65,12 @@ public abstract class AbsViewHolder implements LifeCycleListener {
|
||||
}
|
||||
}
|
||||
|
||||
public void removeView(){
|
||||
if (mParentView != null && mContentView != null) {
|
||||
mParentView.removeView(mContentView);
|
||||
}
|
||||
}
|
||||
|
||||
public boolean isShow(){
|
||||
return mParentView.indexOfChild(mContentView)>-1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user