@Override
 public void onDestroyView() {
   // Clean up views and other components
   if (mPhotoView != null) {
     mPhotoView.clear();
     mPhotoView = null;
   }
   super.onDestroyView();
 }