Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/kattrali/unity-sync-all'
Browse files Browse the repository at this point in the history
  • Loading branch information
kattrali committed Mar 14, 2019
2 parents b1a5ef9 + fbd5cfb commit 5f168e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/BugsnagSessionTracker.m
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ - (void)registerExistingSession:(NSString *)sessionId
user:(BugsnagUser *)user
handledCount:(NSUInteger)handledCount
unhandledCount:(NSUInteger)unhandledCount {
if (sessionId != nil) {
if (sessionId == nil || startedAt == nil) {
self.currentSession = nil;
} else {
self.currentSession = [[BugsnagSession alloc] initWithId:sessionId
Expand Down

0 comments on commit 5f168e1

Please sign in to comment.