Roman Obolonskyi

Results 3 comments of Roman Obolonskyi

@FrangSierra Hey, can you please check my PR https://github.com/FrangSierra/RxFirebase/pull/91?

If I am not mistaken, [this](https://github.com/diia-open-source/android-diia/blob/main/core/src/main/java/ua/gov/diia/core/util/extensions/vm/ViewModelActionExecutionExt.kt#L32) can lead to UI bugs The problem here is we do not handle `CancellationException`. In the catch block, the `consumeException` is called ([the implementation](https://github.com/diia-open-source/android-diia/blob/main/opensource/src/main/java/ua/gov/diia/opensource/util/DefaultErrorHandlingBehaviour.kt#L24))...