Closed JoseAlcerreca closed 8 years ago
https://github.com/googlesamples/android-architecture/blob/todo-mvp-rxjava/todoapp/app/src/main/java/com/example/android/architecture/blueprints/todoapp/addedittask/AddEditTaskFragment.java#L87
We moved this logic to the presenter in the rest of the branches.
PR here: https://github.com/googlesamples/android-architecture/pull/172
https://github.com/googlesamples/android-architecture/blob/todo-mvp-rxjava/todoapp/app/src/main/java/com/example/android/architecture/blueprints/todoapp/addedittask/AddEditTaskFragment.java#L87
We moved this logic to the presenter in the rest of the branches.