@Override
 public void onDestroyView() {
   super.onDestroyView();
   if (mEnabledSwitch != null) {
     mEnabledSwitch.teardownSwitchBar();
   }
 }