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

Commit b320eb92 authored by Adrian Roos's avatar Adrian Roos Committed by Android (Google) Code Review
Browse files

Merge "Follow-up to "Close notification panel when user button is tapped"" into nyc-dev

parents 8b88a850 bc3e2e11
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -130,9 +130,8 @@ public class MultiUserSwitch extends FrameLayout implements View.OnClickListener
            Intent intent = ContactsContract.QuickContact.composeQuickContactsIntent(
                    getContext(), v, ContactsContract.Profile.CONTENT_URI,
                    ContactsContract.QuickContact.MODE_LARGE, null);
            getContext().startActivityAsUser(intent, new UserHandle(UserHandle.USER_CURRENT));
            if (mQsPanel != null) {
                mQsPanel.getHost().collapsePanels();
                mQsPanel.getHost().startActivityDismissingKeyguard(intent);
            }
        }
    }