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 fa3ae2e commit 179088dCopy full SHA for 179088d
sentry-android-replay/src/main/java/io/sentry/android/replay/ScreenshotRecorder.kt
@@ -164,7 +164,6 @@ internal class ScreenshotRecorder(
164
}
165
166
screenshotRecorderCallback?.onScreenshotRecorded(screenshot)
167
- // TODO: set it to false when failed to capture
168
lastCaptureSuccessful.set(true)
169
contentChanged.set(false)
170
sentry/src/main/java/io/sentry/SentryReplayOptions.java
@@ -51,10 +51,6 @@ public enum SentryReplayQuality {
51
public @NotNull String serializedName() {
52
return name().toLowerCase(Locale.ROOT);
53
54
-
55
- public @NotNull String serializedName() {
56
- return name().toLowerCase(Locale.ROOT);
57
- }
58
59
60
/**
0 commit comments