You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
addressbook: check distlist type before contact on open
Shared distribution lists have the is_shared flag set, so
isSharedContact() matched them before isPersonalDistList() had a
chance to run. This caused shared distlists to be converted to
contact records and opened with the wrong dialog.
Move the isPersonalDistList() check ahead of the contact checks
so distribution lists are always handled correctly regardless of
their shared status.
0 commit comments