Created
June 4, 2019 13:50
-
-
Save ntngel1/44fba738c1512e8ac284c3ffa959e28d 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
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