Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Anatoli Shmanai committed Aug 15, 2024
1 parent a28434c commit d8720ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion WeatherPlus/Controller/Extension + Animation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ extension ViewController {
return scrollView.contentSize.height > scrollViewMaxHeight
}
func setScrollPosition() {
self.tableView2.contentOffset = CGPoint(x:0, y: 0) //test GHA
self.tableView.contentOffset = CGPoint(x:0, y: 0)
}
}
extension ViewController {
Expand Down

0 comments on commit d8720ff

Please sign in to comment.