Skip to content

Instantly share code, notes, and snippets.

@larkintuckerllc
Created December 1, 2017 15:19
Show Gist options
  • Save larkintuckerllc/1f4156146908c5df5eb4ca46452d5307 to your computer and use it in GitHub Desktop.
Save larkintuckerllc/1f4156146908c5df5eb4ca46452d5307 to your computer and use it in GitHub Desktop.
How-to Dagger 2 with Android: Part 3 - 6
...
logoutButton.setOnClickListener((v) -> {
MyApplication.clearAuthComponent();
startActivity(new Intent(this, MainActivity.class));
finish();
});
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment