Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dialogDidComplete is called twice #9

Closed
rkretzschmar opened this issue Aug 22, 2010 · 1 comment
Closed

dialogDidComplete is called twice #9

rkretzschmar opened this issue Aug 22, 2010 · 1 comment

Comments

@rkretzschmar
Copy link

In FBDialog.m line 409 you call
[self dialogDidSucceed:url]; which calls
[self dismissWithSuccess:YES animated:YES]; which in turn calls
[_delegate dialogDidComplete:self];

and in the next line (410) you call
[self dismissWithSuccess:YES animated:YES]; which calls
[_delegate dialogDidComplete:self]; again

Since my app crashed sporadically, I removed line 410 and everything works fine for me since then.

By the way: the same applies to dialogDidNotComplete

@yujuan
Copy link

yujuan commented Aug 26, 2010

Check in the fix. Thanks for your comment

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants