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

Commit f27394ae 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

Change-Id: I4dde1ff3e454a5a9f8f3151ebeda3ca5c87e9c11
parents 176e361c 9543be75
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);
            });