Created
March 16, 2018 02:13
-
-
Save skydoves/82e2a62bb57e3cb57fc68bc4cc95a7f6 to your computer and use it in GitHub Desktop.
PreferenceComponent_PrefAppComponent
This file contains 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
@InjectPreference lateinit var profile: Preference_UserProfile | |
init { | |
Timber.d("Injection GithubUserRepository") | |
PreferenceComponent_PrefAppComponent.getInstance().inject(this) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment