what is the kotlin translation of : intent.addFlag...
# getting-started
j
what is the kotlin translation of : intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP)
j
If you're going to a new activity and with #anko enabled, you can startActivity(intentFor<NextActivity>().clearTask().clearTop())