Skip to content

Instantly share code, notes, and snippets.

@RobertApikyan
Created April 25, 2018 10:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RobertApikyan/e4772b78039f944c5d73e8fa6c119f83 to your computer and use it in GitHub Desktop.
Save RobertApikyan/e4772b78039f944c5d73e8fa6c119f83 to your computer and use it in GitHub Desktop.
public static DialogFragment show(Bitmap bitmap, FragmentManager fragmentManager){
DialogFragment dialog = SendScreenshotDialogFragment.newInstance(bitmap);
dialog.show(fragmentManager, "SendScreenshotDialogFragment");
return dialog;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment