Skip to content

Instantly share code, notes, and snippets.

@larkintuckerllc
Created December 1, 2017 16:12
Show Gist options
  • Save larkintuckerllc/95a24d08ef25e2ad30789ab12d6ab337 to your computer and use it in GitHub Desktop.
Save larkintuckerllc/95a24d08ef25e2ad30789ab12d6ab337 to your computer and use it in GitHub Desktop.
How-to Dagger 2 with Android: Part 3 - 15
...
static public AuthComponent plusAuthComponent() {
if (sAuthComponent == null) {
sAuthComponent = sAppComponent.plusAuthComponent();
}
return sAuthComponent;
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment