Skip to content

Commit c2ddc5a

Browse files
authored
Merge pull request #2737 from jjliu15/reference_matchers_mnextservedview
Extend InputMethodManager workaround to API level 35
2 parents a6d2b6b + 23cd68b commit c2ddc5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shark/shark-android/src/main/java/shark/AndroidReferenceMatchers.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ enum class AndroidReferenceMatchers : ReferenceMatcher.ListBuilder {
219219
"android.view.inputmethod.InputMethodManager", "mNextServedView"
220220
).leak(
221221
description = description,
222-
patternApplies = applyIf { sdkInt in 15..33 }
222+
patternApplies = applyIf { sdkInt in 15..35 }
223223
)
224224

225225
references += instanceField(

0 commit comments

Comments
 (0)