Evernote / evernote-sdk-android

Evernote SDK for Android
428 stars 168 forks source link

Whether EvernoteSession isLoggedIn() should be related to whether EvernoteService is SANDBOX? #68

Open laomo opened 5 years ago

laomo commented 5 years ago

Now is only check whether is empty.

    /**
     * Check whether the session has valid authentication information
     * that will allow successful API calls to be made.
     */
    public synchronized boolean isLoggedIn() {
        return mAuthenticationResult != null;
    }