Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit fb31dc3

Browse files
authored
re-adding TYPE_WINDOW_STATE_CHANGE, removing TYPE_WINDOW_CONTENT_CHANGED (#87)
1 parent 43359f9 commit fb31dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AccessibilityInsightsForAndroidService/app/src/main/java/com/microsoft/accessibilityinsightsforandroidservice/AccessibilityEventDispatcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ public AccessibilityEventDispatcher() {
2626

2727
public static List<Integer> redrawEventTypes =
2828
Arrays.asList(
29+
AccessibilityEvent.TYPE_WINDOW_STATE_CHANGED,
2930
AccessibilityEvent.TYPE_VIEW_SCROLLED,
30-
AccessibilityEvent.TYPE_WINDOW_CONTENT_CHANGED,
3131
AccessibilityEvent.TYPE_WINDOWS_CHANGED);
3232

3333
public void onAccessibilityEvent(AccessibilityEvent event, AccessibilityNodeInfo rootNode) {

0 commit comments

Comments
 (0)