|
|
@@ -11,7 +11,7 @@ extension MeetupId { |
|
|
|
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.Sync(shouldResetLoading, K.M, K.isLoading), |
|
|
|
|
|
|
|
Bus.Debounce(shouldManyResetText, 0.2, K.M, K.testTextApp), |
|
|
|
]) |
|
|
|