Skip to content

Commit 12550ce

Browse files
committed
Resolve merge conflict
1 parent a409c06 commit 12550ce

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

sentry-android-replay/src/main/java/io/sentry/android/replay/screenshot/PixelCopyStrategy.kt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,6 @@ internal class PixelCopyStrategy(
5353

5454
@SuppressLint("NewApi")
5555
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-
6356
val window = root.phoneWindow
6457
if (window == null) {
6558
options.logger.log(DEBUG, "Window is invalid, not capturing screenshot")

0 commit comments

Comments
 (0)