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

How do I stop animation of finish of Activity with like `overridePendingTransition(0, 0)` ? #51

Closed kwmt closed 6 years ago

kwmt commented 6 years ago

When you create an Activity with a transparent background, display the progress in it, and finish when a certain process is completed, the animation will appear running and it will appear flickering.

thank you.

kwmt commented 6 years ago

Sorry, it was a problem of Databinding of my application...