A Completable doesn't emit any items, just terminal events, so when you convert to an Observable the observable will do the same. If you want to emit some value on completion, use an operator like
andThen
o
ossama
01/26/2020, 4:54 PM
Many thanks @Zach Klippenstein (he/him) [MOD]. That’s exactly what I was looking for 👍