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

Commit f22f0855 authored by Mark Renouf's avatar Mark Renouf Committed by android-build-merger
Browse files

Merge "Ensure the Bubble settings intent is started as the correct user" into qt-dev am: 9543be75

am: e51a7a19

Change-Id: If71908a6103317c05eb270ad03069c961defb08f
parents 93082cf8 e51a7a19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -406,7 +406,7 @@ public class BubbleExpandedView extends LinearLayout implements View.OnClickList
            Intent intent = getSettingsIntent(mEntry.notification.getPackageName(),
                    mEntry.notification.getUid());
            mStackView.collapseStack(() -> {
                mContext.startActivity(intent);
                mContext.startActivityAsUser(intent, mEntry.notification.getUser());
                logBubbleClickEvent(mEntry,
                        StatsLog.BUBBLE_UICHANGED__ACTION__HEADER_GO_TO_SETTINGS);
            });