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

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

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

parents 6e54775a f37adce2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -131,6 +131,9 @@ public class MultiUserSwitch extends FrameLayout implements View.OnClickListener
                    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();
            }
        }
    }