Skip to content

Commit

Permalink
修复bug
Browse files Browse the repository at this point in the history
  • Loading branch information
vhbvb committed Aug 22, 2017
1 parent 9a25f89 commit 3e5acb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Binary file not shown.
Expand Up @@ -106,7 +106,10 @@ - (void)sendInvite:(id)sender
} }
else else
{ {
[self sendMessageTo:_contact.phones]; if (_contact.phones)
{
[self sendMessageTo:_contact.phones];
}
} }
} }


Expand Down

0 comments on commit 3e5acb6

Please sign in to comment.