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

Commit 3533d5fa authored by Adrian Roos's avatar Adrian Roos Committed by android-build-merger
Browse files

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

am: b320eb92

* commit 'b320eb92':
  Follow-up to "Close notification panel when user button is tapped"
parents f99b25fd b320eb92
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);
            }
        }
    }