bluelinelabs / Conductor

A small, yet full-featured framework that allows building View-based Android applications
Apache License 2.0
3.9k stars 343 forks source link

Controller "onActivityResult" not called (Router's LifecycleHandler has an empty 'activityRequestMap' when onActivityResult is called.) #254

Closed heyjamesknight closed 7 years ago

heyjamesknight commented 7 years ago

We just upgraded from 2.0.5 to 2.1.1 and ran into this issue with our app's Facebook login. When returning from the FB login screen, onActivityResult is called on the App's main Router, but when it arrives at LifecycleHandler's onActivityResult, 'activityRequestMap' is empty and no Controller gets called.

Let me know if there's any other info we can provide.

EricKuck commented 7 years ago

Nothing's really changed in regard to calling activities between those two versions. I just ran a few tests and everything seems to be working as expected for me. Do you have any more info? Or a way to reproduce this?

EricKuck commented 7 years ago

Closing due to inactivity. Please feel free to reopen if you have more info.