fix bugs. add 字体流光 自定义view,cos上传报错信息。
This commit is contained in:
@@ -17,7 +17,7 @@ import io.reactivex.disposables.Disposable;
|
||||
public abstract class BasePresenter<V extends IView> implements IPresenter {
|
||||
protected CompositeDisposable mDisposables = new CompositeDisposable();
|
||||
protected RetrofitClient api = RetrofitClient.getInstance();
|
||||
protected Reference<V> MvpRef;
|
||||
protected Reference<V> MvpRef;
|
||||
protected Context mContext;
|
||||
|
||||
@Deprecated
|
||||
|
||||
Reference in New Issue
Block a user