Attachment menu improvements

This commit is contained in:
Ilya Laktyushin
2022-02-15 16:01:20 +03:00
parent 2933b08433
commit 95b6b44d0a
74 changed files with 215 additions and 3829 deletions

View File

@@ -427,11 +427,6 @@
_captionMixin.allowEntities = allowCaptionEntities;
}
- (void)setSuggestionContext:(TGSuggestionContext *)suggestionContext
{
_captionMixin.suggestionContext = suggestionContext;
}
- (void)setClosePressed:(void (^)())closePressed
{
_closePressed = [closePressed copy];