Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 755edcea authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Android (Google) Code Review
Browse files

Merge "AccessibilityEvent#toString() always reports -1 for record count."

parents c803422b e4aa13b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -784,7 +784,7 @@ public final class AccessibilityEvent extends AccessibilityRecord implements Par
                builder.append("\n");
            }
        } else {
            builder.append("; recordCount: ").append(getAddedCount());
            builder.append("; recordCount: ").append(getRecordCount());
        }
        return builder.toString();
    }