|
|
@@ -8,12 +8,16 @@ extension MeetupId { |
|
|
|
_ world: World |
|
|
|
) { |
|
|
|
service.any.append(contentsOf: [ |
|
|
|
Bus.Debounce(shouldResetText, 0.2, K.M, K.textApp), |
|
|
|
Bus.Delay(shouldFinishLoading, 5, K.M, K.finishLoading), |
|
|
|
Bus.Sync(shouldEnableJoin, K.M, K.isJoinAvailable), |
|
|
|
Bus.Sync(shouldResetLoading, K.M, K.isLoading), |
|
|
|
//Bus.Debounce(shouldResetText, 0.2, K.M, K.textApp), |
|
|
|
Bus.Debounce(shouldManyResetText, 0.2, K.M, K.textApp), |
|
|
|
//Bus.Delay(shouldFinishLoading, 5, K.M, K.finishLoading), |
|
|
|
Bus.Delay(shouldManyFinishLoading, 5, K.M, K.finishLoading), |
|
|
|
//Bus.Sync(shouldEnableJoin, K.M, K.isJoinAvailable), |
|
|
|
Bus.Sync(shouldManyJoin, K.M, K.isJoinAvailable), |
|
|
|
//Bus.Sync(shouldResetLoading, K.M, K.isLoading), |
|
|
|
Bus.Sync(shouldManyResetLoading, K.M, K.isLoading), |
|
|
|
|
|
|
|
Bus.Debounce(shouldManyResetText, 0.2, K.M, K.testTextApp), |
|
|
|
Bus.Debounce(shouldManyTestResetText, 0.2, K.M, K.testTextApp), |
|
|
|
]) |
|
|
|
} |
|
|
|
} |
|
|
|