We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a409c06 commit 12550ceCopy full SHA for 12550ce
sentry-android-replay/src/main/java/io/sentry/android/replay/screenshot/PixelCopyStrategy.kt
@@ -53,13 +53,6 @@ internal class PixelCopyStrategy(
53
54
@SuppressLint("NewApi")
55
override fun capture(root: View) {
56
- contentChanged.set(false)
57
-
58
- if (isClosed.get()) {
59
- options.logger.log(DEBUG, "PixelCopyStrategy is closed, not capturing screenshot")
60
- return
61
- }
62
63
val window = root.phoneWindow
64
if (window == null) {
65
options.logger.log(DEBUG, "Window is invalid, not capturing screenshot")
0 commit comments