airbnb / DeepLinkDispatch

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

Fix sample app Activity class reference #332

Closed nihk closed 2 years ago

nihk commented 2 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.