Skip to content

Commit a5df41e

Browse files
committed
use ksr_delay insted of ksr_debounce
1 parent e166e80 commit a5df41e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Kickstarter-iOS/AppDelegateViewModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ public final class AppDelegateViewModel: AppDelegateViewModelType, AppDelegateVi
792792

793793
self.requestATTrackingAuthorizationStatus = self.applicationLaunchOptionsProperty.signal
794794
.skipNil()
795-
.ksr_debounce(.seconds(1), on: AppEnvironment.current.scheduler)
795+
.ksr_delay(.seconds(1), on: AppEnvironment.current.scheduler)
796796
.map { _ -> ATTrackingAuthorizationStatus in
797797
guard featureConsentManagementDialogEnabled() else { return .notDetermined }
798798
return atTrackingAuthorizationStatus()

0 commit comments

Comments
 (0)