mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-06 13:12:49 +00:00
Fix passport photo crash
This commit is contained in:
@@ -49,7 +49,10 @@
|
||||
|
||||
UIView *parentView = [self _parentView];
|
||||
|
||||
id<TGCaptionPanelView> inputPanel = _stickersContext.captionPanelView();
|
||||
id<TGCaptionPanelView> inputPanel = nil;
|
||||
if (_stickersContext) {
|
||||
inputPanel = _stickersContext.captionPanelView();
|
||||
}
|
||||
_inputPanel = inputPanel;
|
||||
|
||||
__weak TGPhotoCaptionInputMixin *weakSelf = self;
|
||||
|
||||
Reference in New Issue
Block a user