mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Don't run any startup code if the app identifier is invalid
This commit is contained in:
parent
3ab4fb6eaf
commit
3687f95f36
@ -110,6 +110,8 @@
|
||||
|
||||
|
||||
- (void)startManager {
|
||||
if (!_validAppIdentifier) return;
|
||||
|
||||
BITHockeyLog(@"Starting HockeyManager");
|
||||
_startManagerIsInvoked = YES;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user