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

url is detected incorrectly #296

Open Narinc opened 4 years ago

Narinc commented 4 years ago

We have deeplink like this : baseurl://host/bla/bla/more_than And we have other variants of it :

...

Other variants working fine but first url (baseurl://host/bla/bla/more_than) doesn't work. Maybe it is detecting like base url. It's version 5.1.0. And it isn't work fo 5.2.0, too.

rossbacher commented 4 years ago

So you are saying it is finding [baseurl]://host/bla/bla/more_than but not [baseurl]://host/bla/bla/more_than/blabla1 ? Is that correct? Any way you can write a small demo app that repos this case?