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

Commit 6c111d36 authored by Akira Oshimi's avatar Akira Oshimi Committed by android-build-merger
Browse files

Merge "Close notification panel when user button is tapped"

am: 4535e11f

* commit '4535e11f':
  Close notification panel when user button is tapped
parents 019a784c 4535e11f
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();
            }
        }
    }