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

When windowIsTranslucent is true in theme style, screen will flash once target activity finished. #46

Closed FioneraGH closed 7 years ago

FioneraGH commented 7 years ago

Thanks for the library, its very convenient to be used. But when windowIsTranslucent is true in theme style, screen will flash once target activity finished. It looks like the HolderActivity cannot handle the transition anim correctly, because when windowIsTranslucent is false, there is no issue.

VictorAlbertos commented 7 years ago

Do you care to submit a PR?

FioneraGH commented 7 years ago

@VictorAlbertos After that, I try to find the reason, I found it appears only on pre L, perhaps it's not an issue. Now close it :P

FioneraGH commented 7 years ago

@VictorAlbertos I found the HolderActivity's windowIsTranslucent is true. When two translucent activity finish at the same time, transition anim will be broken. Do u hava idea to deal with it?

VictorAlbertos commented 7 years ago

No 😅