mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix setting the default delegate for UpdateManager (another typo)
This commit is contained in:
parent
58e7dc28a1
commit
2b17dba7c1
@ -201,7 +201,7 @@
|
||||
|
||||
BITHockeyLog(@"Setup UpdateManager");
|
||||
_updateManager = [[BITUpdateManager alloc] initWithAppIdentifier:_appIdentifier isAppStoreEnvironemt:_appStoreEnvironment];
|
||||
_crashManager.delegate = _delegate;
|
||||
_updateManager.delegate = _delegate;
|
||||
|
||||
// Only if JMC is part of the project
|
||||
if ([[self class] isJMCPresent]) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user