Created
October 9, 2018 23:07
-
-
Save zsoltk/6efa8d94d0e8a986aa01a7e6b0df5543 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
| fun createBinderForActivity(activity: AppCompatActivity) = Binder( | |
| CreateDestroyBinderLifecycle(activity.lifecycle) | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment