mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 01:46:49 +00:00
Merge "Brighten theme-icons when in Dark mode and add dark color for taskbar" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
9d5eef80cd
@@ -89,7 +89,8 @@ public class NotificationDotsPreference extends Preference
|
||||
// Update intent
|
||||
Bundle extras = new Bundle();
|
||||
extras.putString(EXTRA_FRAGMENT_ARG_KEY, "notification_badging");
|
||||
setIntent(new Intent("android.settings.NOTIFICATION_SETTINGS")
|
||||
|
||||
setIntent(new Intent("android.settings.SETTINGS_EMBED_DEEP_LINK_ACTIVITY")
|
||||
.putExtra(EXTRA_SHOW_FRAGMENT_ARGS, extras));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user