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

Commit 7c596c7c authored by Walter Jang's avatar Walter Jang
Browse files

Fix group member picker mime type

Bug 29902305

Change-Id: Icb54b2a0b7f00cc0e83062555945f7373bee16d0
parent 374fa166
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@ public class ContactsIntentResolver {
                request.setLegacyCompatibilityMode(true);
            } else if (Email.CONTENT_TYPE.equals(resolvedType)) {
                request.setActionCode(ContactsRequest.ACTION_PICK_EMAIL);
            } else if (Groups.CONTENT_ITEM_TYPE.equals(resolvedType)) {
            } else if (Groups.CONTENT_TYPE.equals(resolvedType)) {
                request.setActionCode(ContactsRequest.ACTION_PICK_GROUP_MEMBERS);
                request.setAccountWithDataSet(new AccountWithDataSet(
                        intent.getStringExtra(UiIntentActions.GROUP_ACCOUNT_NAME),