noAnimation

fun Intent.noAnimation(): Intent

Add the Intent.FLAG_ACTIVITY_NO_ANIMATION flag to the Intent.

Return

the same intent with the flag applied.