You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Method AccessibilityNodeInfoCompat.getActionList() returns List<AccessibilityActionCompat>, but comparison in AccessibilityUtil methods are made with Integer. So methods isTopLevelScrollItem and isActionableForAccessibility sometimes return wrong values.
Method
AccessibilityNodeInfoCompat.getActionList()
returnsList<AccessibilityActionCompat>
, but comparison in AccessibilityUtil methods are made withInteger
. So methodsisTopLevelScrollItem
andisActionableForAccessibility
sometimes return wrong values.isActionableForAccessibility
isTopLevelScrollItem
The text was updated successfully, but these errors were encountered: