diff options
| author | 2020-04-29 22:58:45 +0000 | |
|---|---|---|
| committer | 2020-04-29 22:58:45 +0000 | |
| commit | 9403a19335295fac17b29e0965c3ab22462422df (patch) | |
| tree | 5eaeb2f9eab9cb826236cad09aa404680b880572 | |
| parent | 6d2cb5f29bd8f42286d82816671772aa41ac49a3 (diff) | |
| parent | 2480d9cfa7579192c7af36a4b0ed615ccff260e0 (diff) | |
Merge "Show dots in overflow" into rvc-dev
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/bubbles/BubbleOverflowActivity.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/bubbles/BubbleOverflowActivity.java b/packages/SystemUI/src/com/android/systemui/bubbles/BubbleOverflowActivity.java index 13bc55c9dcb6..3de4bd0bee1c 100644 --- a/packages/SystemUI/src/com/android/systemui/bubbles/BubbleOverflowActivity.java +++ b/packages/SystemUI/src/com/android/systemui/bubbles/BubbleOverflowActivity.java @@ -226,6 +226,7 @@ class BubbleOverflowAdapter extends RecyclerView.Adapter<BubbleOverflowAdapter.V Bubble b = mBubbles.get(index); vh.iconView.setRenderedBubble(b); + vh.iconView.removeDotSuppressionFlag(BadgedImageView.SuppressionFlag.FLYOUT_VISIBLE); vh.iconView.setOnClickListener(view -> { mBubbles.remove(b); notifyDataSetChanged(); |