ActivityNavigator.Companion
object ActivityNavigator.Companion
Summary
Public methods |
|
---|---|
final void |
Apply any pop animations in the Intent of the given Activity to a pending transition. |
Public methods
applyPopAnimationsToPendingTransition
public final void applyPopAnimationsToPendingTransition(Activity activity)
Apply any pop animations in the Intent of the given Activity to a pending transition. This should be used in place of Activity.overridePendingTransition
to get the appropriate pop animations.
Parameters | |
---|---|
Activity activity |
An activity started from the |
See also | |
---|---|
popEnterAnim |
|
popExitAnim |