when the Presenter is fetching data in the background, the Activity destroyed. Does the IView reference hold by the Presenter need to remove?
set the presenter reference null in onDestroy() method, and safely use View reference in Presenter in case of null object exception
@JoseAlcerreca Do you think it would be good to catch this possible error and add a solution to these blueprints?
@mawenge, why does setting presenter reference solve this problem?
Most helpful comment
@JoseAlcerreca Do you think it would be good to catch this possible error and add a solution to these blueprints?