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

resolve setDebug promise on Android & ios with passed-in value #86

Merged
merged 1 commit into from
Mar 27, 2016

Commits on Mar 25, 2016

  1. resolve setDebug promise on Android & ios with passed-in value

    Worth noting that it looks like doing the following:
    
    initSession()
    setDebug(true)
    setDebug(false)
    
    will currently leave the debug state as true since false is pretty much
    a no-op. This commit at least fixes (on iOS) so that if you do
    initSession() then setDebug(false), it doesn’t set debug mode to on.
    
    Both platforms now return a proper bool value of true/false.
    pragunvohra committed Mar 25, 2016
    Configuration menu
    Copy the full SHA
    c6290ae View commit details
    Browse the repository at this point in the history