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

Commit f4241907 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Fixes sound panel create multiple SoundSettings activity" am: e45a8aad am: 39994644

Change-Id: I2b5875e2c79daf6e5b7173da59b33e2cfcfbad6e
parents 268595f2 39994644
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -240,6 +240,8 @@ public class SliceBuilderUtils {
        searchDestination.putExtra(SettingsActivity.EXTRA_FRAGMENT_ARG_KEY, key)
                .setAction("com.android.settings.SEARCH_RESULT_TRAMPOLINE")
                .setComponent(null);
        searchDestination.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP | Intent.FLAG_ACTIVITY_NEW_TASK);

        return searchDestination;
    }