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

Device rotation: how to "consume" deeplink #284

Open chriswiesner opened 4 years ago

chriswiesner commented 4 years ago

Hi,

currently having the problem that the deeplink is handled everytime the activity gets recreated bc. of device rotation (orientation change).

Is there a proposed way of "consuming" the deeplink to not handle it again if the activity gets recreated?