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

Commit 6dfc113f authored by Ned Burns's avatar Ned Burns Committed by Android (Google) Code Review
Browse files

Merge "Enable new notification pipeline in dogfood (shadow mode)"

parents 15a530b0 7b7a7e37
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ public class FeatureFlags {
    }

    public boolean isNewNotifPipelineEnabled() {
        return getDeviceConfigFlag("notification.newpipeline.enabled", false);
        return getDeviceConfigFlag("notification.newpipeline.enabled", true);
    }

    public boolean isNewNotifPipelineRenderingEnabled() {