airbnb / DeepLinkDispatch

A simple, annotation-based library for making deep link handling better on Android
http://nerds.airbnb.com/deeplinkdispatch/
4.37k stars 407 forks source link

onActivityResult not called in DeepLinkActivity #264

Open Ghedeon opened 4 years ago

Ghedeon commented 4 years ago

Is there anything special about doing startActivityForResult in DeepLinkActivity? For some reason, onActivityResult is never being called.

To provide some context, the usecase I'm trying to solve is:

  1. Catch the deeplink Uri
  2. Start authentication flow with startActivityForResult
  3. Come back to onActivityResult and dispatch the original Uri.