I am having problem when using Google Sign In option in my application. The sign in process works fine, but whenever Google pop up is dismissed, black stripe moves from the top to the bottom of the screen. I am not getting any errors and it does not effect the functionality, but I want to remove it.
I found the same issue on StackOverflow and GitHub, but I could not solve the problem. Here are links to the issues I have found:
Anyone has an idea how to solve it?
just change style.xml property. Replace with this line:
< style name="LaunchTheme" parent="@android:style/Theme.Translucent.NoTitleBar">