Skip to content

Instantly share code, notes, and snippets.

@aballano
Created November 4, 2016 22:35
Show Gist options
  • Save aballano/3340560c6ee0826abc2d890ff8f26ee2 to your computer and use it in GitHub Desktop.
Save aballano/3340560c6ee0826abc2d890ff8f26ee2 to your computer and use it in GitHub Desktop.
public void onDeleteChatAt(int id) {
interactor.deleteChat(id)
.retryWhen(errors -> view.showDeleteFailedWithRetry())
.subscribe(() -> view.removeChat(id), logError())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment