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

Commit 73310bc1 authored by Mady Mellor's avatar Mady Mellor
Browse files

Mark the bubble as show in shade when selected

Think this was a small regression from refactor

Test: manual
Bug: 123542488
Change-Id: Iee87eaadfd6e3244386033699de7e09f12ffd0ee
parent 8bf9743b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -354,7 +354,7 @@ public class BubbleData {
            return false;
        }
        if (mExpanded && bubble != null) {
            mSelectedBubble.markAsAccessedAt(mTimeSource.currentTimeMillis());
            bubble.markAsAccessedAt(mTimeSource.currentTimeMillis());
        }
        mSelectedBubble = bubble;
        dispatchOnSelectionChanged(mSelectedBubble);