Various Improvements

This commit is contained in:
Ilya Laktyushin
2021-09-29 08:04:11 +03:00
parent 3450418ad2
commit b575edfc1d
23 changed files with 148 additions and 67 deletions

View File

@@ -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))
{