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

Commit 76176195 authored by Mark Renouf's avatar Mark Renouf
Browse files

Ensure the Bubble settings intent is started as the correct user

Bug: 128891021
Test: app w/bubble notification in work profile only, click settings
Change-Id: If3421542d9487011f7c1f581758c1ffd8e2dedb9
parent e6ffb72e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -407,7 +407,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);
            });