From d578b5249a3b43faac43640b44a7cd8a728511ed Mon Sep 17 00:00:00 2001 From: Michael Gangolf Date: Mon, 13 May 2024 18:48:55 +0200 Subject: [PATCH] Update iphone/Classes/TiUIScrollableView.m Co-authored-by: Chris Barber --- iphone/Classes/TiUIScrollableView.m | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/iphone/Classes/TiUIScrollableView.m b/iphone/Classes/TiUIScrollableView.m index c062ab73ec4..ac711ed3931 100644 --- a/iphone/Classes/TiUIScrollableView.m +++ b/iphone/Classes/TiUIScrollableView.m @@ -450,10 +450,10 @@ - (void)refreshScrollView:(CGRect)visibleBounds readd:(BOOL)readd NSUInteger viewsCount = [[self proxy] viewCount]; /* - Reset readd here since refreshScrollView is called from - frameSizeChanged with readd false and the views might - not yet have been added on first launch - */ + Reset readd here since refreshScrollView is called from + frameSizeChanged with readd false and the views might + not yet have been added on first launch + */ readd = ([[sv subviews] count] == 0); for (int c = 0; c < viewsCount; c++) {