I didn't find a method for hiding or destroying the drawer.
Is it possible to hide the drawer?
@MTersigni you can only prevent the drawer from getting opened by setting a drawer lock mode on the DrawerLayout.
If you just want to hide the drawer. Call Drawer.closeDrawer()
Most helpful comment
@MTersigni you can only prevent the drawer from getting opened by setting a drawer lock mode on the
DrawerLayout.If you just want to hide the drawer. Call
Drawer.closeDrawer()