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

Commit d3d67b47 authored by Michael Bestas's avatar Michael Bestas
Browse files

Dialer: Improve contact share popup

Change-Id: Iec63655b19c591e9b62988e216594cbe1ae15e9f
parent bbcc7c5f
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -693,8 +693,9 @@ public class DialtactsActivity extends TransactionSafeActivity implements View.O
        // 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 null;
        }
        StringBuilder uriListBuilder = new StringBuilder();