Skip to content

Instantly share code, notes, and snippets.

@shiveshmehta09
Last active January 25, 2019 20:12
Show Gist options
  • Save shiveshmehta09/6439e265524c1f7470173e8eae3fcb56 to your computer and use it in GitHub Desktop.
Save shiveshmehta09/6439e265524c1f7470173e8eae3fcb56 to your computer and use it in GitHub Desktop.
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
getScreenShotFromView(rootLesson, this@MainActivity) {
Timber.d("$it")
bitmap = it
}
} else {
bitmap = getScreenShot(rootLesson)
Timber.d("Bitmap $bitmap")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment