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

Commit 5f75c2d1 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix heads up notifications"

parents 2d8edbc9 1d4379fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -282,7 +282,7 @@ public class StatusBarNotificationPresenter implements NotificationPresenter {

    @Override
    public boolean canHeadsUp(Entry entry, StatusBarNotification sbn) {
        if (!mShadeController.isDozing()) {
        if (mShadeController.isDozing()) {
            return false;
        }