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

Commit bbc7f34d authored by Mady Mellor's avatar Mady Mellor Committed by android-build-merger
Browse files

Merge "Mark the bubble as show in shade when selected" into qt-dev

am: d166d21f

Change-Id: Ib50d97b1327f5acba47ef2a9d851970cd2a3ad36
parents c53ddcbc d166d21f
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);