mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Clean up
This commit is contained in:
@@ -23,8 +23,6 @@
|
||||
|
||||
#import <LegacyComponents/JNWSpringAnimation.h>
|
||||
|
||||
#import <LegacyComponents/TGModernGalleryEmbeddedStickersHeaderView.h>
|
||||
|
||||
#import <LegacyComponents/TGKeyCommandController.h>
|
||||
|
||||
#define TGModernGalleryItemPadding 20.0f
|
||||
@@ -1624,7 +1622,7 @@ static CGFloat transformRotation(CGAffineTransform transform)
|
||||
{
|
||||
itemHeaderView.alpha = alpha;
|
||||
itemHeaderView.hidden = (alpha < FLT_EPSILON);
|
||||
if (![itemHeaderView isKindOfClass:[TGModernGalleryEmbeddedStickersHeaderView class]] && itemHeaderView.tag != 0xbeef) {
|
||||
if (itemHeaderView.tag != 0xbeef) {
|
||||
titleAlpha -= alpha;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user