Created
March 21, 2019 21:18
-
-
Save tfcporciuncula/55630a2965594ac71c706d807f0abf13 to your computer and use it in GitHub Desktop.
BestPostActivity.kt
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 val viewModel by viewModel(this) { | |
injector.bestPostViewModelFactory.create(myIntFromView = 10) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment