mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-28 14:59:44 +00:00
no message
This commit is contained in:
@@ -878,6 +878,9 @@
|
||||
{
|
||||
if (_intent == TGMediaAssetsControllerSendFileIntent)
|
||||
return nil;
|
||||
if (self.requestSearchController == nil) {
|
||||
return nil;
|
||||
}
|
||||
|
||||
if (iosMajorVersion() < 7)
|
||||
{
|
||||
|
||||
@@ -193,6 +193,10 @@ typedef enum
|
||||
[_thumbnailsDisposable dispose];
|
||||
[[NSNotificationCenter defaultCenter] removeObserver:_didEnterBackgroundObserver];
|
||||
[_activityDisposable dispose];
|
||||
id<SDisposable> currentAudioSession = _currentAudioSession;
|
||||
[_queue dispatch:^{
|
||||
[currentAudioSession dispose];
|
||||
}];
|
||||
}
|
||||
|
||||
+ (NSURL *)tempOutputPath
|
||||
|
||||
Reference in New Issue
Block a user