Created
August 2, 2021 12:09
-
-
Save SamueldaCostaAraujoNunes/c76179ee7d9db66b984c2abac73b5abe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
viewModel.characters().observe(viewLifecycleOwner) { | |
adapter.submitData(lifecycle, it) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment