Skip to content

Instantly share code, notes, and snippets.

@GianpaMX
Created April 28, 2022 09:38
Show Gist options
  • Save GianpaMX/190f1453d974fca498509d27faf5aebc to your computer and use it in GitHub Desktop.
Save GianpaMX/190f1453d974fca498509d27faf5aebc to your computer and use it in GitHub Desktop.
Crossfade(targetState = selectedExpense, animationSpec = tween(rowAnimationInMillis)) { saveableExpense ->
if (saveableExpense != null) {
EditExpenseScreen(saveableExpense.asExpense())
} else {
ViewExpensesScreen()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment