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

Commit e79d05a7 authored by David van Tonder's avatar David van Tonder Committed by Gerrit Code Review
Browse files

Merge "Delay closing the notification area after swiping a little closer." into cm-10.1

parents 7e31317a 8f0e3862
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;