Skip to content

REFACTOR(SplashScreen): Decouple navigation logic and improve flexibility #70

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

Conversation

Dynavy
Copy link
Collaborator

@Dynavy Dynavy commented Mar 19, 2025

  • Refactored the SplashScreen composable to accept a automaticRedirection lambda instead of directly handling the navigation within the composable.

  • The navigation logic is now passed from the NavHost composable, allowing greater flexibility for navigation handling.

Closes #69.

@Dynavy Dynavy linked an issue Mar 19, 2025 that may be closed by this pull request
…lity

- Refactored the SplashScreen composable to accept a automaticRedirection lambda instead of directly handling the navigation within the composable.

- The navigation logic is now passed from the NavHost composable, allowing greater flexibility for navigation handling.
@poksyy poksyy merged commit ebe67dc into master Mar 19, 2025
@poksyy poksyy deleted the 69-refactor-splashscreen-redirection-logic-for-better-flexibility branch March 19, 2025 16:10
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.

Refactor SplashScreen redirection logic for better flexibility
2 participants