Loading packages/SystemUI/src/com/android/systemui/statusbar/FeatureFlags.java +1 −1 Original line number Diff line number Diff line Loading @@ -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() { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/FeatureFlags.java +1 −1 Original line number Diff line number Diff line Loading @@ -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() { Loading