oldergod / android-architecture

MVI architecture Implementation of the ToDo app.
Apache License 2.0
669 stars 70 forks source link

FIX: disposing render subscription after onDestroyView #45

Closed kioba closed 5 years ago

kioba commented 5 years ago

This fix is created to make sure the render function is not called after the view is destroyed but the onDestroy lifecycle function has never got called. it fixes the issue #44 for the Java branch