优化新人培训信号
This commit is contained in:
Binary file not shown.
@@ -4644,5 +4644,21 @@
|
|||||||
landmarkType = "7">
|
landmarkType = "7">
|
||||||
</BreakpointContent>
|
</BreakpointContent>
|
||||||
</BreakpointProxy>
|
</BreakpointProxy>
|
||||||
|
<BreakpointProxy
|
||||||
|
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
||||||
|
<BreakpointContent
|
||||||
|
uuid = "2B93B3F7-0DF0-4492-A615-E33235B9EA7B"
|
||||||
|
shouldBeEnabled = "No"
|
||||||
|
ignoreCount = "0"
|
||||||
|
continueAfterRunningActions = "No"
|
||||||
|
filePath = "OrderScheduling/Rescue/ViewController/RescueController.swift"
|
||||||
|
startingColumnNumber = "9223372036854775807"
|
||||||
|
endingColumnNumber = "9223372036854775807"
|
||||||
|
startingLineNumber = "88"
|
||||||
|
endingLineNumber = "88"
|
||||||
|
landmarkName = "addActions()"
|
||||||
|
landmarkType = "7">
|
||||||
|
</BreakpointContent>
|
||||||
|
</BreakpointProxy>
|
||||||
</Breakpoints>
|
</Breakpoints>
|
||||||
</Bucket>
|
</Bucket>
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ class NewTraining : NSObject {
|
|||||||
super.init()
|
super.init()
|
||||||
|
|
||||||
newTrainingRelay
|
newTrainingRelay
|
||||||
.debounce(RxTimeInterval.seconds(1), scheduler: MainScheduler.instance)
|
.throttle(RxTimeInterval.seconds(5), latest: false, scheduler: MainScheduler.instance)
|
||||||
.flatMapLatest({ _ in
|
.flatMapLatest({ _ in
|
||||||
return RQ.jumpNewTrain()
|
return RQ.jumpNewTrain()
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user