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

Commit 62cb6826 authored by Mady Mellor's avatar Mady Mellor
Browse files

unDismiss & reset translation when the row is reset

Test: manual:
1. have a bubble
2. dismiss notification in shade for that bubble (bubbles intercepts removal & entry hangs around with us)
3. receive an update to that bubble
=> check that the notification is in the shade & the bubble has a dot

Fixes: 147707285
Change-Id: Iba7ba07d04a053cf57e95865df15bad44099cef8
parent b2b9b876
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1730,6 +1730,8 @@ public class ExpandableNotificationRow extends ActivatableNotificationView
     */
    public void reset() {
        mShowingPublicInitialized = false;
        unDismiss();
        resetTranslation();
        onHeightReset();
        requestLayout();
    }