airbnb / DeepLinkDispatch

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

Does DLD prevent duplicated matches for one URI? #261

Open adellhk opened 5 years ago

adellhk commented 5 years ago

Does DLD have guarantees to prevent registering duplicate DeepLinkResults in its app-wide registry of deep links?

For context, see @rossbacher and my discussion in this comment.