Skip to content

Instantly share code, notes, and snippets.

@defHLT
Created July 7, 2015 19:44
Show Gist options
  • Save defHLT/9db3ab64a9c405d8cadc to your computer and use it in GitHub Desktop.
Save defHLT/9db3ab64a9c405d8cadc to your computer and use it in GitHub Desktop.
toolbar.setNavigationOnClickListener(new View.OnClickListener() {
@Override
public void onClick(@NonNull View v) {
onBackPressed();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment