Merge "Only show at most one action chip in clipboard UI" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
cbcfa6773a
@@ -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
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user