Fixed a bug when rotating the contact picker

pull/14/head
Sam Bosley 14 years ago
parent f382ddae10
commit 7a4be838d0

@ -955,6 +955,7 @@ public class EditPeopleControlSet extends PopupControlSet {
assignedCustom.setText(email);
dontClearAssignedCustom = true;
refreshDisplayView();
if (dialog != null)
dialog.dismiss();
} else {
DialogUtilities.okDialog(activity, activity.getString(R.string.TEA_contact_error), null);

Loading…
Cancel
Save