mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Various fixes
This commit is contained in:
@@ -347,7 +347,7 @@ const CGFloat TGPhotoPaintStickerKeyboardSize = 260.0f;
|
||||
[_doneButton setTitle:TGLocalized(@"Common.Done") forState:UIControlStateNormal];
|
||||
_doneButton.titleLabel.font = TGSystemFontOfSize(17.0);
|
||||
[_doneButton sizeToFit];
|
||||
[_wrapperView addSubview:_doneButton];
|
||||
// [_wrapperView addSubview:_doneButton];
|
||||
|
||||
void (^settingsPressed)(void) = ^
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user