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

Commit 43861918 authored by Joe Onorato's avatar Joe Onorato
Browse files

Scroll back to the top when the notification window closees.

Change-Id: I72cfe292950953cc3bebe27367dab5149cc10080
parent 755cc74e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -68,6 +68,7 @@ public class NotificationPanel extends LinearLayout implements StatusBarPanel,
        // when we hide, put back the notifications
        if (!isShown()) {
            switchToNotificationMode();
            mNotificationScroller.scrollTo(0, 0);
        }
    }