Skip to content

Commit

Permalink
Revert "[TIMOB-26391]: iOS App randomly freezes on iOS 12 beta when u…
Browse files Browse the repository at this point in the history
…sing main-thread (#10327)" (#10367)

This reverts commit a63b2d5.
  • Loading branch information
vijaysingh-axway authored and sgtcoolguy committed Oct 4, 2018
1 parent 564f331 commit 6c4ac65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iphone/Classes/KrollTimer.m
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ - (void)main
TiThreadPerformOnMainThread(^{
[kroll invokeOnThread:self method:@selector(invokeWithCondition:) withObject:invokeCond condition:nil];
},
YES);
NO);
} else
#endif
{
Expand Down

0 comments on commit 6c4ac65

Please sign in to comment.