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

Commit 72e425ac authored by Mady Mellor's avatar Mady Mellor Committed by Android (Google) Code Review
Browse files

Merge "unDismiss & reset translation when the row is reset"

parents 14133799 62cb6826
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1721,6 +1721,8 @@ public class ExpandableNotificationRow extends ActivatableNotificationView
     */
    public void reset() {
        mShowingPublicInitialized = false;
        unDismiss();
        resetTranslation();
        onHeightReset();
        requestLayout();
    }