UX rework: directory sticky header: Put the directory picker under a navigation controller

This commit is contained in:
manuroe
2017-04-20 11:56:30 +02:00
parent 292fb41173
commit 521c54300f
2 changed files with 29 additions and 9 deletions
@@ -176,7 +176,7 @@
// }
}
[self dismissViewControllerAnimated:YES completion:nil];
[self.navigationController dismissViewControllerAnimated:YES completion:nil];
}
#pragma mark - User actions
@@ -188,7 +188,7 @@
onCompleteBlock(nil, nil);
}
[self dismissViewControllerAnimated:YES completion:nil];
[self.navigationController dismissViewControllerAnimated:YES completion:nil];
}
@end