Skip to content

Commit

Permalink
fix: fix incorrect type
Browse files Browse the repository at this point in the history
  • Loading branch information
hansemannn committed Oct 5, 2024
1 parent 24acf7e commit d109bb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iphone/Classes/TiUIListView.m
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ @implementation TiUIListView {
BOOL isSearched;
UIView *dimmingView;
BOOL isSearchBarInNavigation;
int lastVisibleItem;
int lastVisibleSection;
NSInteger lastVisibleItem;
NSInteger lastVisibleSection;
BOOL forceUpdates;
}

Expand Down

0 comments on commit d109bb5

Please # to comment.