UX rework: Make the UI of the directory section header

Update after PR review
This commit is contained in:
manuroe
2017-04-21 10:00:01 +02:00
parent 70583d374b
commit e493adac05
3 changed files with 4 additions and 4 deletions
@@ -176,7 +176,7 @@
// }
}
[self.navigationController dismissViewControllerAnimated:YES completion:nil];
[self withdrawViewControllerAnimated:YES completion:nil];
}
#pragma mark - User actions
@@ -188,7 +188,7 @@
onCompleteBlock(nil, nil);
}
[self.navigationController dismissViewControllerAnimated:YES completion:nil];
[self withdrawViewControllerAnimated:YES completion:nil];
}
@end