Skip to content

Instantly share code, notes, and snippets.

@MkhytarMkhoian
Created May 13, 2024 20:14
Show Gist options
  • Save MkhytarMkhoian/98099f96b1cc144a1ea77fb114445121 to your computer and use it in GitHub Desktop.
Save MkhytarMkhoian/98099f96b1cc144a1ea77fb114445121 to your computer and use it in GitHub Desktop.
when (effect) {
is FareListEffect.GoToConfirmation -> {
navigator.goToConfirmation(ryderId = effect.ryderId, fare = effect.fare)
}
FareListEffect.ShowGeneralNetworkError -> scaffoldState.showSnackBar("Network error")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment