Support for default intent options (action, flags etc.) from annotation
dominikmicuta opened this issue · 0 comments
dominikmicuta commented
Something like:
@navigator(
action = "ACTION",
flags = {Intent.FLAG_ACTIVITY_NEW_TASK, Intent.FLAG_ACTIVITY_CLEAR_TASK}
)