Skip to content

Instantly share code, notes, and snippets.

@nicholasspencer
Last active December 20, 2015 07:09
Show Gist options
  • Save nicholasspencer/6091495 to your computer and use it in GitHub Desktop.
Save nicholasspencer/6091495 to your computer and use it in GitHub Desktop.
"Sure I comment my code" seriously wtf.
//
// Intent photoPreviewUploadPageIntent = new Intent(getActivity(), PhotoPreviewUploadPage.class);
// photoPreviewUploadPageIntent.putExtras(bundle);
// if(!TextUtils.isEmpty(action)){
// photoPreviewUploadPageIntent.setAction(action);
// }
// photoPreviewUploadPageIntent.putExtra("requestCode", requestCode);
// activity.startActivityForResult(photoPreviewUploadPageIntent,
// requestCode);
//
// startActivityForResult(intent, requestCode)
PhotoPreviewUploadPage.startPhotoPreviewUploadPage(getActivity(),bundle, 9099,MatchIntent.ACTION_LAUNCH_PREVIEW_PHOTO_UPLOAD);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment