Skip to content

Instantly share code, notes, and snippets.

@aballano
Created November 4, 2016 22:33
Show Gist options
  • Save aballano/45d22255856c02cbb9adfe255f3546a0 to your computer and use it in GitHub Desktop.
Save aballano/45d22255856c02cbb9adfe255f3546a0 to your computer and use it in GitHub Desktop.
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