Skip to content

Instantly share code, notes, and snippets.

@gastsail
Created March 23, 2020 16:01
Show Gist options
  • Save gastsail/5db2c1dce4fefad671c4c9e0a3614489 to your computer and use it in GitHub Desktop.
Save gastsail/5db2c1dce4fefad671c4c9e0a3614489 to your computer and use it in GitHub Desktop.
sharedViewModel.getCart.observe(viewLifecycleOwner, Observer { cart ->
navigateToCart(cart)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment