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

Commit 39994644 authored by Raff Tsai's avatar Raff Tsai Committed by android-build-merger
Browse files

Merge "Fixes sound panel create multiple SoundSettings activity"

am: e45a8aad

Change-Id: I20e5dd44471df7a25bd50e0bafdf040cf9b04134
parents 73e6ec32 e45a8aad
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;
    }