Im trying to change the default animation of activities transitions, and i stuck with a problem.
I could change the animation of normal activities, but when i change the launchMode to singleInstance, the first time i open the activity, the animation come with Default. Then, every time i call it again, it come with the right custom animation.
I tried with window.attributes.windowAnimations, with just style/theme and also overridePendingTransition() and the result is always the same.
I saw some people with the same problem, but i coudnt find a solution that work.