I\'m trying to use the navigation drawer with toolbar, but pressing the navigation button doesn\'t trigger the onOptionsItemSelected handler and the list doesn\'t open.
write this
getSupportActionBar().setDisplayShowHomeEnabled(true);
just after you set your toolbar
and remove
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
this will take you to previous task if you have any which might give you an unexpected behavior