Erick Sorto

Results 9 comments of Erick Sorto

@mathklk You don't actually set transparency through the modifier for canvas. You would actually need to change the background for `Surface`. `Surface` is causing the issue. By default the `Surface`...

I am having the same issue: TypeSafe Navigation: ```Kotlin composable { backStackEntry -> val args = backStackEntry.toRoute() val image = args.backgroundID val addEditDreamViewModel = koinViewModel() println("Dream ID: ${navController.currentBackStackEntry?.savedStateHandle?.get("dreamID")}") AddEditDreamScreen( dreamImage...

> That looks weird. [Pokedex-Compose](https://github.com/skydoves/pokedex-compose) project also uses it with the shared element transition animation but it works as expected 🤔 After testing the Pokedex app, the issue persists. The...

> Hey @ErickSorto, do you mean the problem is image flickering? Yeah the image flickers using CoilImage but when I use a regular AsynImage it does not flicker. This is...

Would this be in Shared Resource or Android Resource?

I think it is dead and should be passed on to others who can maintain