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

Commit b573942a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Mark accessed time to promote overflow bub to stack" into rvc-dev am:...

Merge "Mark accessed time to promote overflow bub to stack" into rvc-dev am: e59c6158 am: 66e62bbe am: f98b0ea7 am: cae78951

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11841237

Change-Id: I7112ea9e7e570ce888e995065fec1749db43753f
parents c0468566 cae78951
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -914,7 +914,7 @@ public class BubbleController implements ConfigurationController.ConfigurationLi
        mLogger.log(bubble, BubbleLogger.Event.BUBBLE_OVERFLOW_REMOVE_BACK_TO_STACK);
        bubble.setInflateSynchronously(mInflateSynchronously);
        bubble.setShouldAutoExpand(true);
        bubble.markUpdatedAt(System.currentTimeMillis());
        bubble.markAsAccessedAt(System.currentTimeMillis());
        setIsBubble(bubble, true /* isBubble */);
    }