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

Commit f4fafce9 authored by Miranda Kephart's avatar Miranda Kephart Committed by Automerger Merge Worker
Browse files

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

parents e759337a cbcfa677
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
                }
            }
        });