Created
March 9, 2019 17:18
-
-
Save lisamariewatkins/6372515801641aa9135bde1ecd5170b3 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
| private void initialize(final Builder builder) { | |
| this.mainActivitySubcomponentBuilderProvider = | |
| new Provider<ActivityModule_ContributesMainActivity.MainActivitySubcomponent.Builder>() { | |
| @Override | |
| public ActivityModule_ContributesMainActivity.MainActivitySubcomponent.Builder get() { | |
| return new MainActivitySubcomponentBuilder(); | |
| } | |
| }; | |
| ... | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment