Skip to content

Instantly share code, notes, and snippets.

@RobertApikyan
Created April 25, 2018 10:58
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/f73a781e4996f4ed2f84881409536322 to your computer and use it in GitHub Desktop.
Save RobertApikyan/f73a781e4996f4ed2f84881409536322 to your computer and use it in GitHub Desktop.
private void onCaptureClick() {
if (mMapBoxMap!=null){
mMapBoxMap.snapshot((Bitmap snapshot) ->
SendScreenshotDialogFragment
.show(snapshot,mainActivity.getSupportFragmentManager()));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment