airbnb / DeepLinkDispatch

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

Fix sample app Activity class reference #332

Closed nihk closed 3 years ago

nihk commented 3 years ago

Use MainActivity.class instead of SecondActivity.class for inner class deep link Intent in sample app.

The Intent action used in the MainActivity inner class is not relevant to SecondActivity.