couchbaselabs / ToDoLite-iOS

To-Do list sample app for Couchbase Lite, native iOS version
85 stars 41 forks source link

Empty screen #27

Closed tleyden closed 9 years ago

tleyden commented 9 years ago

On my ios device, it's no longer showing any lists.

@pasin let's catch up to debug this.

tleyden commented 9 years ago

Looks like the problem is here:

    if (FBSession.activeSession.state == FBSessionStateCreatedTokenLoaded) {
       ...
    }

but the actual .state is: FBSessionStateCreated

tleyden commented 9 years ago

@pasin did you mean to re-open this?

pasin commented 9 years ago

Umm ... I didn't remember open it.