delay start of authentication manager

This commit is contained in:
Stefan Haubold 2013-09-13 16:41:51 +02:00
parent 620ad3142a
commit e48ce59934

View File

@ -216,7 +216,7 @@
if (_serverURL) {
[_authenticator setServerURL:_serverURL];
}
[_authenticator startManager];
[_authenticator performSelector:@selector(startManager) withObject:nil afterDelay:0.5f];
}
#if HOCKEYSDK_FEATURE_UPDATES