WindSekirun / RxSocialLogin

An Android Library that provides social login for 15 platforms within by RxJava2, Kotlin and Firebase Authentication.
Apache License 2.0
125 stars 19 forks source link

Migrate with RxActivityResult #17

Closed WindSekirun closed 5 years ago

WindSekirun commented 5 years ago

Since some SDKs handle them internally, this feature is not 100% supported. But if platform support it, it will implement the feature as much as possible.

WindSekirun commented 5 years ago

never minds, I'll think other solution to handle onActivityResult problem after release 1.0.0.

WindSekirun commented 5 years ago

currently, i think 'receive onActivityResult in fragment which using in RichUtils' is proper solution to handle this, but some sdk (naver, twitter, vk, windows) doesn't handle android.v4.app.Fragment.

but it is more hopeful than RxOnActivityResult