Skip to content

Commit 2025428

Browse files
committed
Restore Mappers.java from working version f79eed5
1 parent 8d17198 commit 2025428

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/src/main/java/com/example/simplereader/pipeline

app/src/main/java/com/example/simplereader/pipeline/Mappers.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public Feedback mapToFeedback(@Nullable Performance.EventId eventId,
2424
@Nullable AccessibilityEvent event,
2525
@Nullable Interpretation interpretation,
2626
@Nullable AccessibilityNodeInfoCompat sourceNode) {
27-
if (interpretation == null || interpretation == Interpretation.NO_CHANGE) return null;
27+
if (interpretation == null || interpretation == Interpretation.EMPTY) return null;
2828
Object tag = interpretation.tag();
2929
if (tag == null) return null;
3030
String tagStr = tag.toString();

0 commit comments

Comments
 (0)