/**
  * Gets the profile switch listener of the drawer
  *
  * @return Profile switch listener of the drawer
  */
 public DrawerProfile.OnProfileSwitchListener getOnProfileSwitchListener() {
   return mDrawer.getOnProfileSwitchListener();
 }