codingfd

Results 1 comments of codingfd

@x4080 https://github.com/google/accompanist/issues/1160 ``` transition.AnimatedContent(modifier, transitionSpec = { val targetIndex = navController.backQueue.indexOf(targetState).takeIf { it >= 0 } ?: navController.backQueue.size ContentTransform( targetContentEnter = finalEnter(this), initialContentExit = finalExit(this), targetContentZIndex = targetIndex.toFloat() ) }...