mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-11 13:59:13 +00:00
Fixes #1072 - Crashes when trying to save media to the photo library
This commit is contained in:
parent
46df29e152
commit
c4125fd81c
@ -30,6 +30,8 @@
|
||||
<string>The camera is used to take and upload photos and videos.</string>
|
||||
<key>NSMicrophoneUsageDescription</key>
|
||||
<string>The microphone is used to take videos.</string>
|
||||
<key>NSPhotoLibraryAddUsageDescription</key>
|
||||
<string>Allows saving photos and videos to your library.</string>
|
||||
<key>NSUserActivityTypes</key>
|
||||
<array>
|
||||
<string>INSendMessageIntent</string>
|
||||
|
@ -64,6 +64,7 @@ targets:
|
||||
]
|
||||
NSCameraUsageDescription: The camera is used to take and upload photos and videos.
|
||||
NSMicrophoneUsageDescription: The microphone is used to take videos.
|
||||
NSPhotoLibraryAddUsageDescription: Allows saving photos and videos to your library.
|
||||
UIBackgroundModes: [
|
||||
fetch
|
||||
]
|
||||
|
1
changelog.d/1072.bugfix
Normal file
1
changelog.d/1072.bugfix
Normal file
@ -0,0 +1 @@
|
||||
Fixed crashes when trying to save media to the photo library
|
Loading…
x
Reference in New Issue
Block a user