mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Fix more warnings
This commit is contained in:
@@ -307,8 +307,9 @@
|
||||
{
|
||||
[_view showHideInterface];
|
||||
|
||||
if ([self respondsToSelector:@selector(setNeedsUpdateOfHomeIndicatorAutoHidden)])
|
||||
if (@available(iOS 11.0, *)) {
|
||||
[self setNeedsUpdateOfHomeIndicatorAutoHidden];
|
||||
}
|
||||
}
|
||||
|
||||
- (void)itemViewDidRequestGalleryDismissal:(TGModernGalleryItemView *)__unused itemView animated:(bool)animated
|
||||
|
||||
Reference in New Issue
Block a user