Merge "Only show at most one action chip in clipboard UI" into tm-dev

This commit is contained in:
Miranda Kephart
2022-03-28 16:19:10 +00:00
committed by Android (Google) Code Review

View File

@@ -294,6 +294,7 @@ public class ClipboardOverlayController {
OverlayActionChip chip = constructActionChip(action);
mActionContainer.addView(chip);
mActionChips.add(chip);
break; // only show at most one action chip
}
}
});