Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Splash Screen #383

Merged
merged 1 commit into from
Jun 4, 2023
Merged

Conversation

oscarnylander
Copy link
Contributor

New default route is now home, which the splash screen used to navigate to automatically.

Motivation:

There's a bug causing the splash screen to relaunch when pressing the back button (#382). Removing the splash screen remedies this issue.

There's some cosmetic loss in that the current splash screen never shows any more, and some performance benefit in that users no longer need to wait 0.7 seconds before the app content shows.

The cosmetic benefits of a splash screen can be regained by implementing the SplashScreen-API: https://developer.android.com/develop/ui/views/launch/splash-screen

@oscarnylander oscarnylander requested a review from dessalines as a code owner June 3, 2023 08:06
Copy link
Member

@dessalines dessalines left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thx!

Run ./gradlew formatKotlin and push that.

New default route is now `home`, which the splash screen used to navigate to automatically.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants