Skip to content

Commit 3095743

Browse files
committed
Don't close send screen when passcode failed
1 parent 05b8e07 commit 3095743

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

BitStore/Controller/Account/Send/SendViewController.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,6 @@ - (void)send:(id)sender {
273273
[DMPasscode showPasscodeInViewController:self completion:^(BOOL success) {
274274
if (success) {
275275
[self startSend];
276-
} else {
277-
[self cancel:self];
278276
}
279277
}];
280278
} else {

0 commit comments

Comments
 (0)