改版消息主页面
This commit is contained in:
@@ -47,7 +47,7 @@ public abstract class AbsViewHolder implements LifeCycleListener {
|
||||
|
||||
public abstract void init();
|
||||
|
||||
protected View findViewById(int res) {
|
||||
protected <T extends View> T findViewById(int res) {
|
||||
return mContentView.findViewById(res);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user