mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Set the delegate for Hockey and Quincy
This commit is contained in:
parent
344bbddb1c
commit
bd38778253
1 changed files with 3 additions and 1 deletions
|
|
@ -350,12 +350,14 @@
|
|||
|
||||
- (void)configureQuincyManager {
|
||||
[[BWQuincyManager sharedQuincyManager] setAppIdentifier:appIdentifier];
|
||||
[[BWQuincyManager sharedQuincyManager] setDelegate:delegate];
|
||||
}
|
||||
|
||||
- (void)configureHockeyManager {
|
||||
[[BWHockeyManager sharedHockeyManager] setAppIdentifier:appIdentifier];
|
||||
[[BWHockeyManager sharedHockeyManager] setCheckForTracker:YES];
|
||||
|
||||
[[BWHockeyManager sharedHockeyManager] setDelegate:delegate];
|
||||
|
||||
// Only if JMC is part of the project
|
||||
if ([[self class] isJMCPresent]) {
|
||||
[[BWHockeyManager sharedHockeyManager] addObserver:self forKeyPath:@"trackerConfig" options:0 context:nil];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue