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

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

Merge "Fix the non-working DND toggle" into sc-dev

parents 87d34a0e 6a83c736
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -150,6 +150,6 @@ public class ZenModeSliceBuilder {
        final Intent intent = new Intent(ACTION_ZEN_MODE_SLICE_CHANGED)
                .setClass(context, SliceBroadcastReceiver.class);
        return PendingIntent.getBroadcast(context, 0 /* requestCode */, intent,
                PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_IMMUTABLE);
                PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_MUTABLE);
    }
}