From 91d5be1beb6a30d8b108df9e9fa4cd25ecbebdca Mon Sep 17 00:00:00 2001 From: Suphon Thanakornpakapong Date: Sat, 7 Aug 2021 15:26:24 +0700 Subject: [PATCH] Launch notification dots pref with same task --- .../ui/preferences/components/NotificationDotsPreference.kt | 1 - 1 file changed, 1 deletion(-) 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"