mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-16 17:31:05 +00:00
Remove unnecessary separator in wallpaper preview
This commit is contained in:
@@ -201,7 +201,7 @@
|
||||
_bottomView = [[UIView alloc] initWithFrame:CGRectMake(0.0f, 49.0f, _panelView.frame.size.width, separatorWidth)];
|
||||
_bottomView.autoresizingMask = UIViewAutoresizingFlexibleWidth;
|
||||
_bottomView.backgroundColor = pallete.separatorColor;
|
||||
[_panelView addSubview:_bottomView];
|
||||
//[_panelView addSubview:_bottomView];
|
||||
}
|
||||
|
||||
- (void)layoutControllerForSize:(CGSize)size duration:(NSTimeInterval)duration {
|
||||
|
||||
Reference in New Issue
Block a user