-
Notifications
You must be signed in to change notification settings - Fork 122
Open
Description
I did basic navigation, passing the backdrop to each screen individually, and the result is the first video:
https://github.com/user-attachments/assets/08bb3b10-4e72-4ca3-bea8-b3002363edc4
If I include the backdrop only in the NavHost and remove from the screens, the result is the following video (fixed):
https://github.com/user-attachments/assets/bc5b78ac-dcdd-4b39-bf16-425e6cc295fb
Example code:
NavHost(
navController = navController,
startDestination = "MainScreen",
modifier = Modifier
.fillMaxSize()
.layerBackdrop(backdrop)
) {
// Your screens
}
I hope it's useful to someone.
Metadata
Metadata
Assignees
Labels
No labels