mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-02 00:17:02 +00:00
delay start of authentication manager
This commit is contained in:
parent
620ad3142a
commit
e48ce59934
@ -216,7 +216,7 @@
|
|||||||
if (_serverURL) {
|
if (_serverURL) {
|
||||||
[_authenticator setServerURL:_serverURL];
|
[_authenticator setServerURL:_serverURL];
|
||||||
}
|
}
|
||||||
[_authenticator startManager];
|
[_authenticator performSelector:@selector(startManager) withObject:nil afterDelay:0.5f];
|
||||||
}
|
}
|
||||||
|
|
||||||
#if HOCKEYSDK_FEATURE_UPDATES
|
#if HOCKEYSDK_FEATURE_UPDATES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user