优化新人培训信号
This commit is contained in:
Binary file not shown.
@@ -4644,5 +4644,21 @@
|
||||
landmarkType = "7">
|
||||
</BreakpointContent>
|
||||
</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>
|
||||
</Bucket>
|
||||
|
||||
@@ -20,7 +20,7 @@ class NewTraining : NSObject {
|
||||
super.init()
|
||||
|
||||
newTrainingRelay
|
||||
.debounce(RxTimeInterval.seconds(1), scheduler: MainScheduler.instance)
|
||||
.throttle(RxTimeInterval.seconds(5), latest: false, scheduler: MainScheduler.instance)
|
||||
.flatMapLatest({ _ in
|
||||
return RQ.jumpNewTrain()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user