I'm facing this issue and am not able to find a solution to it. I have Google Sign In implemented in my app using firebase. The problem I'm facing is that whenever the Sign In dialog dismisses a black strip runs across the screen from top to bottom. It moves very fast but still is noticeable. I want to remove this black strip that runs across the screen so the user smoothly returns to the screen.
I tried to add
overridePendingTransition(0, 0);
in onPause() and onResume() methods but still found no success.
Could anybody please help me to find a way around this and/or how could I achieve it?