OpenMRS Android Client keeps switching between Splash Screens

OpenMRS Android client keeps switching automatically between these two splash screens

For me reverting this commit by @ribhavsharma solves the issue.

cc: @f4ww4z @dkayiwa @ribhavsharma

We need to remove the 2nd splash, since the 1st complies with the theme. Let me create an issue for this. Thanks for spotting @prathamesh009

1 Like

Your most welcome :smile:

@prathamesh009 @f4ww4z The second splash screen is not actually one. The app shows the OpenMRS logo before the content of the login activity loads because the content is fetched from an api whereas the image is hardcoded. In this PR, along with replacing components with their material alternatives, I also came up with a fix for this issue. Link to PR: https://github.com/openmrs/openmrs-contrib-android-client/pull/648

2 Likes