mirror of
https://github.com/zhigang1992/FunctionalReactivePixels.git
synced 2026-01-12 22:47:31 +08:00
Returns execute: instead of RACSignal.empty.
This commit is contained in:
@@ -113,8 +113,7 @@
|
||||
|
||||
return [authSignal then:^RACSignal *{
|
||||
@strongify(self);
|
||||
[self.viewModel.voteCommand execute:nil];
|
||||
return [RACSignal empty];
|
||||
return [[self.viewModel.voteCommand execute:nil] ignoreValues];
|
||||
}];
|
||||
}];
|
||||
[voteButton.rac_command.errors subscribeNext:^(id x) {
|
||||
|
||||
Reference in New Issue
Block a user