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

Commit 9c9d002f authored by Michael Bestas's avatar Michael Bestas
Browse files

Contacts: Improve contact share popup

Change-Id: I7f26700636a232104c215af644b18d4358fdbfe3
parent 6c561ed2
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1498,8 +1498,9 @@ public class PeopleActivity extends ContactsActivity implements
                // deliver is not more that 2000, because too long arguments
                // will cause TransactionTooLargeException in binder.
                if (size > ImportExportDialogFragment.MAX_COUNT_ALLOW_SHARE_CONTACT) {
                    Toast.makeText(this, R.string.share_failed,
                            Toast.LENGTH_SHORT).show();
                    String text = getString(R.string.contact_share_failed_toast,
                            ImportExportDialogFragment.MAX_COUNT_ALLOW_SHARE_CONTACT);
                    Toast.makeText(this, text, Toast.LENGTH_SHORT).show();
                    return;
                }
                Iterator<String> it = result.keySet().iterator();