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

[TIMOB-17708] Added log when opening email dialog in iOS 8 simulator #6103

Merged
merged 4 commits into from Sep 19, 2014

Conversation

pec1985
Copy link
Contributor

@pec1985 pec1985 commented Sep 16, 2014

Details in Jira ticket

@@ -60,6 +60,7 @@ - (id)isSupported:(id)args

- (void)open:(id)args
{
ENSURE_UI_THREAD(open,args);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Argument processing must not be done on main thread. If processing arguments twice bothers you then switch to
TiThreadPerformOnMainThread

@vishalduggal
Copy link
Contributor

Code Reviewed. Please address comments

@vishalduggal
Copy link
Contributor

CR ok. Merging.

vishalduggal added a commit that referenced this pull request Sep 19, 2014
[TIMOB-17708] Added log when opening email dialog in iOS 8 simulator
@vishalduggal vishalduggal merged commit da6b4d9 into tidev:master Sep 19, 2014
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

Successfully merging this pull request may close these issues.

None yet

2 participants