心动空间
This commit is contained in:
@@ -30,6 +30,10 @@ public abstract class BasePresenter<V extends IView> implements IPresenter {
|
||||
mContext = context;
|
||||
}
|
||||
|
||||
public BasePresenter() {
|
||||
|
||||
}
|
||||
|
||||
private void attachView(V view) {
|
||||
MvpRef = new WeakReference<V>(view);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user