mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
cleanup/normalize method naming and braces
This commit is contained in:
@@ -274,7 +274,7 @@
|
||||
[super viewDidDisappear:animated];
|
||||
}
|
||||
|
||||
-(void)refreshAttachmentScrollview {
|
||||
- (void)refreshAttachmentScrollview {
|
||||
CGFloat scrollViewWidth = 0;
|
||||
|
||||
if (self.imageAttachments.count){
|
||||
@@ -411,7 +411,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
-(void)addPhotoAction:(id)sender {
|
||||
- (void)addPhotoAction:(id)sender {
|
||||
if (_actionSheetVisible) return;
|
||||
|
||||
// add photo.
|
||||
|
||||
Reference in New Issue
Block a user