cn-ljb/mvp-kotlin

防止BaseMvpPresenter引起的内存泄露问题

aer874475222 opened this issue · 1 comments

建议在BaseMvpPresenter中的onDestroy中赋值mMVPView = null,防止由于Activity已经不存在但是BaseMvpPresenter中持有Activity引发的内存泄露问题

谢谢,
新版本已更新 -> v1.2.0