I found out, that I can turn on the back arrow with
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
but when I click on the arrow the drawer opens instead of going to the first Fragment.
How can I turn off the AppDrawer
inside a Fragment
and turning it on again when in first Fragment
?