Skip to content
This repository has been archived by the owner on Mar 16, 2019. It is now read-only.

Fix iOS Yellow box warning "requires main queue setup" #721

Open
wants to merge 20 commits into
base: 0.10.9
Choose a base branch
from

Conversation

esutton
Copy link

@esutton esutton commented Aug 4, 2018

See issue" #705

Fix iOS Yellow box warning "requires main queue setup" since it overrides constantsToExport but doesn't implement requiresMainQueueSetup

Add:

+ (BOOL)requiresMainQueueSetup
{
  return NO;
}

Thank you for making a pull request ! Just a gentle reminder :)

  1. If the PR is offering a feature please make the request to our "Feature Branch" 0.11.0
  2. Bug fix request to "Bug Fix Branch" 0.10.9
  3. Correct README.md can directly to master

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants