From d64ce1b5ebd58b7edffb2a0fefb2b9ea9ae94cbe Mon Sep 17 00:00:00 2001 From: Ilya Laktyushin Date: Tue, 8 Jan 2019 13:42:32 +0400 Subject: [PATCH] Remove unnecessary separator in wallpaper preview --- LegacyComponents/TGWallpaperController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LegacyComponents/TGWallpaperController.m b/LegacyComponents/TGWallpaperController.m index db0c215aa9..a284480b7c 100644 --- a/LegacyComponents/TGWallpaperController.m +++ b/LegacyComponents/TGWallpaperController.m @@ -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 {