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

Commit 322fd93f authored by Alan Viverette's avatar Alan Viverette Committed by Android (Google) Code Review
Browse files

Merge "Add missing break in AccessibilityEvent.eventTypeToString()" into mnc-dev

parents 3f511882 5d3d2319
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -1418,15 +1418,14 @@ public final class AccessibilityEvent extends AccessibilityRecord implements Par
                    }
                    builder.append("TYPE_VIEW_CONTEXT_CLICKED");
                    eventTypeCount++;
                }
                } break;
                case TYPE_ASSIST_READING_CONTEXT: {
                    if (eventTypeCount > 0) {
                        builder.append(", ");
                    }
                    builder.append("TYPE_ASSIST_READING_CONTEXT");
                    eventTypeCount++;
                }
                    break;
                } break;
            }
        }
        if (eventTypeCount > 1) {