Skip to content

Commit

Permalink
Extend API level for InputMethodManager.NextServedView in AndroidRefe…
Browse files Browse the repository at this point in the history
…renceMatchers.
  • Loading branch information
jjliu15 committed Jan 15, 2025
1 parent 02d0d8b commit 23cd68b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ enum class AndroidReferenceMatchers : ReferenceMatcher.ListBuilder {
"android.view.inputmethod.InputMethodManager", "mNextServedView"
).leak(
description = description,
patternApplies = applyIf { sdkInt in 15..33 }
patternApplies = applyIf { sdkInt in 15..35 }
)

references += instanceField(
Expand Down

0 comments on commit 23cd68b

Please sign in to comment.