Skip to content

Commit

Permalink
GHA test
Browse files Browse the repository at this point in the history
  • Loading branch information
Anatoli Shmanai committed Aug 15, 2024
1 parent 07641e8 commit 9df4836
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/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ViewController: UIViewController {
@IBOutlet weak var cityNameLabel: UILabel!


let maxHeaderHeight: CGFloat = 320
let maxHeaderHeight: CGFloat = "fsfs" //test GHA, was 320
let minHeaderHeight: CGFloat = 120
var previousScrollOffset: CGFloat = 0

Expand Down

0 comments on commit 9df4836

Please sign in to comment.