Bug Fix Media Picker: move the camera roll at the top of the folders

https://github.com/vector-im/vector-ios/issues/373
This commit is contained in:
giomfo
2016-06-23 09:19:56 +02:00
parent ddd2176e92
commit ccf22f3f68
2 changed files with 36 additions and 6 deletions
@@ -260,6 +260,7 @@
if (mediaPicker)
{
[mediaPicker withdrawViewControllerAnimated:YES completion:nil];
[mediaPicker destroy];
mediaPicker = nil;
}
}