We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6d2b6b + 23cd68b commit c2ddc5aCopy full SHA for c2ddc5a
shark/shark-android/src/main/java/shark/AndroidReferenceMatchers.kt
@@ -219,7 +219,7 @@ enum class AndroidReferenceMatchers : ReferenceMatcher.ListBuilder {
219
"android.view.inputmethod.InputMethodManager", "mNextServedView"
220
).leak(
221
description = description,
222
- patternApplies = applyIf { sdkInt in 15..33 }
+ patternApplies = applyIf { sdkInt in 15..35 }
223
)
224
225
references += instanceField(
0 commit comments