6thsolution / EasyMVP

A full-featured framework that allows building android applications following the principles of Clean Architecture.
http://6thsolution.github.io/EasyMVP
Apache License 2.0
1.3k stars 129 forks source link

Make view null on onViewDetached #12

Closed k4k7us23 closed 8 years ago

k4k7us23 commented 8 years ago

default

Offical Guide

If system kill app activity, onDestroy() may be will not cause, therefore onDestroyed will not cause too, therefore view link will be not null, and we will have memory leak.

SaeedMasoumi commented 8 years ago

@kratos23 all view references in AbstractPresenter and_ViewDelegate have been stored as WeakReference. Also in presenter, the view reference will be set to null on onViewDetached