mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 13:16:58 +02:00
Media Picker: code cleaning
This commit is contained in:
@@ -193,7 +193,8 @@
|
||||
{
|
||||
[self dismissMediaPicker];
|
||||
|
||||
[self sendSelectedVideo:videoURL isPhotoLibraryAsset:YES];
|
||||
BOOL isPhotoLibraryAsset = ![videoURL.path hasPrefix:NSTemporaryDirectory()];
|
||||
[self sendSelectedVideo:videoURL isPhotoLibraryAsset:isPhotoLibraryAsset];
|
||||
}
|
||||
|
||||
#pragma mark - Media picker handling
|
||||
|
||||
Reference in New Issue
Block a user