Created
November 4, 2016 22:33
-
-
Save aballano/45d22255856c02cbb9adfe255f3546a0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public void onDeleteChatAt(int id) { | |
interactor.deleteChat(id) | |
.subscribe(() -> view.removeChat(id), logError()) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment