Skip to content

Commit

Permalink
Fix footer height (#23828)
Browse files Browse the repository at this point in the history
  • Loading branch information
kean authored Nov 19, 2024
1 parent 13c021a commit fa6caed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ import AutomatticTracks
private let refreshInterval = 300
private var cleanupAndRefreshAfterScrolling = false
private let recentlyBlockedSitePostObjectIDs = NSMutableArray()
private let heightForFooterView = CGFloat(34.0)
private let heightForFooterView = CGFloat(44)
private let estimatedHeightsCache = NSCache<AnyObject, AnyObject>()
private var isFeed = false
private var syncIsFillingGap = false
Expand Down

0 comments on commit fa6caed

Please sign in to comment.