Skip to content

Instantly share code, notes, and snippets.

@RobertApikyan
Created April 25, 2018 10:58
Embed
What would you like to do?
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