Skip to content

Commit

Permalink
Bugfix FXIOS-9490 [Microsurvey] add padding to throttle count (#21018)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyndichin authored Jul 15, 2024
1 parent dfecf3e commit 238ce60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firefox-ios/Client/Frontend/Home/HomepageViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class HomepageViewModel: FeatureFlaggable, InjectedThemeUUIDIdentifiable {
weak var delegate: HomepageViewModelDelegate?
private var wallpaperManager: WallpaperManager
private var logger: Logger
private let viewWillAppearEventThrottler = Throttler(seconds: 0.1)
private let viewWillAppearEventThrottler = Throttler(seconds: 0.5)

// Child View models
private var childViewModels: [HomepageViewModelProtocol]
Expand Down

0 comments on commit 238ce60

Please sign in to comment.