Skip to content

Instantly share code, notes, and snippets.

@ntngel1
Created June 4, 2019 13:50
Show Gist options
  • Save ntngel1/44fba738c1512e8ac284c3ffa959e28d to your computer and use it in GitHub Desktop.
Save ntngel1/44fba738c1512e8ac284c3ffa959e28d to your computer and use it in GitHub Desktop.
override fun deletePhotoItem(id: String): Completable {
return network.deletePhotoItem(id)
.andThen(local.deletePhotoItem(id))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment