@Override
 public void photoUpdated(Photo photo) {
   if (mAdapter != null) {
     mAdapter.photoUpdated(photo);
   }
 }