diff --git a/lawnchair/src/app/lawnchair/ui/preferences/components/NotificationDotsPreference.kt b/lawnchair/src/app/lawnchair/ui/preferences/components/NotificationDotsPreference.kt index c4f3e1c516..6856c9b1cc 100644 --- a/lawnchair/src/app/lawnchair/ui/preferences/components/NotificationDotsPreference.kt +++ b/lawnchair/src/app/lawnchair/ui/preferences/components/NotificationDotsPreference.kt @@ -65,7 +65,6 @@ fun NotificationDotsPreference() { showDialog = true } else { val intent = Intent("android.settings.NOTIFICATION_SETTINGS") - .addFlags(Intent.FLAG_ACTIVITY_NEW_TASK) .putExtra( SettingsActivity.EXTRA_FRAGMENT_ARG_KEY, "notification_badging"