mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Various Improvements
This commit is contained in:
@@ -1206,7 +1206,7 @@ static id<LegacyComponentsContext> _defaultContext = nil;
|
||||
UIEdgeInsets finalInset = self.controllerInset;
|
||||
|
||||
scrollView.contentInset = finalInset;
|
||||
scrollView.scrollIndicatorInsets = self.controllerScrollInset;
|
||||
scrollView.scrollIndicatorInsets = _explicitScrollIndicatorInset;
|
||||
|
||||
if (!UIEdgeInsetsEqualToEdgeInsets(previousInset, UIEdgeInsetsZero))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user