For the Android Navigation Component, is it possible to somehow override the “restore backstack” navigate animation?
When restoring a backstack (eg. by pressing a bottom navigation tab), the enter animation set for the top destination of the restored backstack is re-applied. This rarely makes sense.
Ie. event if the top destination navigation animation was “slide-in”, when restoring that destination it should not slide in, but simply re-appear (or ie. a quick fade).
I tried setting a fade animation for the “restore” navigate() call, but it doesn’t apply to the restored top destination; it will still apply the original slide-in animation.
not kotlin but kotlin colored 4