Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b26c5b97 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Removing line submited by mistake." into tm-dev

parents c2d37e04 dac0769a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ public class NotificationDotsPreference extends Preference
        Bundle extras = new Bundle();
        extras.putString(EXTRA_FRAGMENT_ARG_KEY, "notification_badging");

        setIntent(new Intent("android.settings.SETTINGS_EMBED_DEEP_LINK_ACTIVITY")
        setIntent(new Intent("android.settings.NOTIFICATION_SETTINGS")
                .putExtra(EXTRA_SHOW_FRAGMENT_ARGS, extras));
    }