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

Commit 8f0e3862 authored by Danny Baumann's avatar Danny Baumann
Browse files

Delay closing the notification area after swiping a little closer.

Use the same value as when removing all notifications.

Change-Id: Id11a48bc47487fd7763503dcbc769d9dbf5ad16a
parent ba7f179c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -947,7 +947,7 @@ public abstract class BaseStatusBar extends SystemUI implements
                public void run() {
                    animateCollapsePanels(CommandQueue.FLAG_EXCLUDE_NONE);
                }
            }, 100);
            }, 225);
        }

        return entry.notification;