Track first session after manager has been started

This commit is contained in:
Christoph Wendt
2015-08-25 18:08:17 -07:00
parent 1c05cdc819
commit 13f34403ed

View File

@@ -32,7 +32,9 @@ NSString *const kBITApplicationWasLaunched = @"BITApplicationWasLaunched";
}
- (void)startManager {
[self startNewSession];
[self registerObservers];
}
#pragma mark - Sessions