Skip to content

Commit 8d17198

Browse files
committed
Restore AutoScrollInterpreter.java from working version f79eed5
1 parent 7219fb5 commit 8d17198

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/example/simplereader/pipeline/interpreters/AutoScrollInterpreter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public int getEventTypes() {
3838
public Interpretation onAccessibilityEvent(AccessibilityEvent event, Performance.EventId eventId) {
3939
if (!autoScrollEnabled) return Interpretation.NO_CHANGE;
4040

41-
AccessibilityNodeInfoCompat node = AccessibilityNodeInfoUtils.toCompat(event.getSource());
41+
AccessibilityNodeInfoCompat node = androidx.core.view.accessibility.AccessibilityNodeInfoUtils.toCompat(event.getSource());
4242
if (node == null) return Interpretation.NO_CHANGE;
4343

4444
int direction = TraversalStrategy.SEARCH_FOCUS_FORWARD;

0 commit comments

Comments
 (0)