google-signin

Screen flickers after Google Sign In dialog dismiss android studio

时光总嘲笑我的痴心妄想 提交于 2020-08-02 05:27:22
问题 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

Screen flickers after Google Sign In dialog dismiss android studio

依然范特西╮ 提交于 2020-08-02 05:27:09
问题 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