i_trunker

Untitled

Jan 20th, 2021 (edited)
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Kotlin 0.49 KB | None | 0 0
  1.                         val extras = ActivityNavigator.Extras.Builder()
  2.                             .addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP)
  3.                             .build()
  4.  
  5.                         val action =
  6.                             EnterCodeFragmentDirections.actionEnterCodeFragmentToMainActivity()
  7.  
  8.  
  9.                         (activity as RegisterActivity).mNavigation.navigate(
  10.                             action,
  11.                             extras
  12.  
  13.                         )
Add Comment
Please, Sign In to add comment