Loading src/com/android/contacts/quickcontact/QuickContactActivity.java +2 −1 Original line number Diff line number Diff line Loading @@ -2719,7 +2719,8 @@ public class QuickContactActivity extends ContactsActivity // Send a toast to give feedback to the user that a shortcut to this // contact was added to the launcher. final String displayName = mContactData.getDisplayName(); final String displayName = shortcutIntent .getStringExtra(Intent.EXTRA_SHORTCUT_NAME); final String toastMessage = TextUtils.isEmpty(displayName) ? getString(R.string.createContactShortcutSuccessful_NoName) : getString(R.string.createContactShortcutSuccessful, displayName); Loading Loading
src/com/android/contacts/quickcontact/QuickContactActivity.java +2 −1 Original line number Diff line number Diff line Loading @@ -2719,7 +2719,8 @@ public class QuickContactActivity extends ContactsActivity // Send a toast to give feedback to the user that a shortcut to this // contact was added to the launcher. final String displayName = mContactData.getDisplayName(); final String displayName = shortcutIntent .getStringExtra(Intent.EXTRA_SHORTCUT_NAME); final String toastMessage = TextUtils.isEmpty(displayName) ? getString(R.string.createContactShortcutSuccessful_NoName) : getString(R.string.createContactShortcutSuccessful, displayName); Loading