Skip to content

Instantly share code, notes, and snippets.

@amanjeetsingh150
Last active March 16, 2019 22:03
Show Gist options
  • Save amanjeetsingh150/8d6fe7d73c7f0ec466a6617cee6600d7 to your computer and use it in GitHub Desktop.
Save amanjeetsingh150/8d6fe7d73c7f0ec466a6617cee6600d7 to your computer and use it in GitHub Desktop.
private void initialize(final Builder builder) {
/**Other Code**/
this.provideMainViewModelProvider = ActivityModule_ProvideMainViewModelFactory.create(
builder.activityModule, dataManagerProvider);
this.mainActivityMembersInjector = MainActivity_MembersInjector
.create(provideMainViewModelProvider);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment