VictorAlbertos / RxActivityResult

A reactive-tiny-badass-vindictive library to break with the OnActivityResult implementation as it breaks the observable chain.
Apache License 2.0
593 stars 72 forks source link

The x file [while showing Progress View before start RxResult, slow response, onDestroy dont call ] #56

Open CristianMG opened 6 years ago

CristianMG commented 6 years ago

Hi

After checking that we had a significant delay since the activity was launched until the result was received, we started to remove and comment all the code, seems that problem happens when ProgressView is visible, we tested on a multitude of devices and it seems that the error is in Samsung, we could not check if the error is a this model in exclusive or in all samsung.

I make a example in a fork

Error - Samsung Galaxy S7 SM-G935F Checked - Lg nexus, Motorola, Sony Xperia

Thank you in advance.