mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Don't run any startup code if the app identifier is invalid
This commit is contained in:
parent
3ab4fb6eaf
commit
3687f95f36
1 changed files with 2 additions and 0 deletions
|
|
@ -110,6 +110,8 @@
|
|||
|
||||
|
||||
- (void)startManager {
|
||||
if (!_validAppIdentifier) return;
|
||||
|
||||
BITHockeyLog(@"Starting HockeyManager");
|
||||
_startManagerIsInvoked = YES;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue