mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
More memory leak fixes
This commit is contained in:
@@ -184,7 +184,7 @@ typedef enum {
|
||||
|
||||
_alternativeLocalization = [[SVariable alloc] init];
|
||||
|
||||
_localizationsDisposable = [[suggestedLocalizationSignal deliverOn:[SQueue mainQueue]] startWithNext:^(TGSuggestedLocalization *next) {
|
||||
_localizationsDisposable = [[suggestedLocalizationSignal deliverOn:[SQueue mainQueue]] startStrictWithNext:^(TGSuggestedLocalization *next) {
|
||||
__strong RMIntroViewController *strongSelf = weakSelf;
|
||||
if (strongSelf != nil && next != nil) {
|
||||
if (strongSelf->_alternativeLocalizationInfo == nil) {
|
||||
@@ -203,7 +203,7 @@ typedef enum {
|
||||
}
|
||||
}
|
||||
}
|
||||
}];
|
||||
} file:__FILE_NAME__ line:__LINE__];
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user