Loading packages/SystemUI/src/com/android/systemui/statusbar/headsup/shared/StatusBarNoHunBehavior.kt +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ object StatusBarNoHunBehavior { /** Is the refactor enabled */ @JvmStatic inline val isEnabled get() = Flags.statusBarNoHunBehavior() && android.app.Flags.notificationsRedesignAppIcons() get() = Flags.statusBarNoHunBehavior() /** * Called to ensure code is only run when the flag is enabled. This protects users from the Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/headsup/shared/StatusBarNoHunBehavior.kt +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ object StatusBarNoHunBehavior { /** Is the refactor enabled */ @JvmStatic inline val isEnabled get() = Flags.statusBarNoHunBehavior() && android.app.Flags.notificationsRedesignAppIcons() get() = Flags.statusBarNoHunBehavior() /** * Called to ensure code is only run when the flag is enabled. This protects users from the Loading