DeepLinkDispatch
DeepLinkDispatch copied to clipboard
Deeplinks cannot be found in registry classes between 4.1 -> 5.1
I'm upgrading my company's DLD version from 4.1 -> 5.1. Based on your documentation all I needed to do was change any instance of the word Loader
to Registry
I handle deeplinks by calling deepLinkDelegate.dispatchFrom(activity) and several of my integration tests (and actual implementation) have begun to fail. After doing some debugging I've found that entries in the registry that should match the provided uri are not matched by idxMatch
is there any solution?
Can you give examples of what isn't working anymore?