temp
This commit is contained in:
parent
a6d29b203c
commit
9f9a214b0a
|
@ -94,7 +94,6 @@ class HomeViewController: UIViewController {
|
||||||
try! feedResultsController.performFetch()
|
try! feedResultsController.performFetch()
|
||||||
|
|
||||||
fervorController.syncStateSubject
|
fervorController.syncStateSubject
|
||||||
.delay(for: .milliseconds(500), tolerance: nil, scheduler: RunLoop.main, options: nil)
|
|
||||||
.debounce(for: .milliseconds(250), scheduler: RunLoop.main, options: nil)
|
.debounce(for: .milliseconds(250), scheduler: RunLoop.main, options: nil)
|
||||||
.sink { [unowned self] in
|
.sink { [unowned self] in
|
||||||
self.syncStateChanged($0)
|
self.syncStateChanged($0)
|
||||||
|
|
Loading…
Reference in New Issue