diff --git a/src/com/android/settings/notification/PoliteNotifWorkProfileToggleController.java b/src/com/android/settings/notification/PoliteNotifWorkProfileToggleController.java index 1bfb0eee0a1..6cc37825e91 100644 --- a/src/com/android/settings/notification/PoliteNotifWorkProfileToggleController.java +++ b/src/com/android/settings/notification/PoliteNotifWorkProfileToggleController.java @@ -131,6 +131,7 @@ public class PoliteNotifWorkProfileToggleController extends TogglePreferenceCont public void updateState(@Nullable Preference preference) { if (preference == null) return; preference.setVisible(isAvailable()); + super.updateState(preference); } private boolean isCoolDownEnabledForPrimary() {