Last active
September 20, 2020 13:09
-
-
Save cmorigaki/f51eda8d839940ea591eeb02a871aff3 to your computer and use it in GitHub Desktop.
Replace SingleLiveEvent with Channel - Activity
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
| private fun observeActionCommand() { | |
| lifecycleScope.launchWhenStarted { | |
| viewModel.actionReceiver.collect { | |
| // TODO | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment