Skip to content

Instantly share code, notes, and snippets.

@sanogueralorenzo
Created December 12, 2018 18:29
Show Gist options
  • Save sanogueralorenzo/322781bc2e5d05a83356533e70eb4f28 to your computer and use it in GitHub Desktop.
Save sanogueralorenzo/322781bc2e5d05a83356533e70eb4f28 to your computer and use it in GitHub Desktop.
object PostsNavigation : DynamicFeature {
override fun start(c: Context): Intent? =
loadClassOrNull<Activity>("com.sanogueralorenzo.posts.presentation.postlist.PostListActivity")
?.let { Intent(c, it) }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment