Browse Source

Merge pull request #1556 from deltachat/allow_background_playback

allow playing voice messages in background
cyBerta 3 years ago
parent
commit
4e27cae177
1 changed files with 1 additions and 0 deletions
  1. 1 0
      deltachat-ios/Info.plist

+ 1 - 0
deltachat-ios/Info.plist

@@ -68,6 +68,7 @@
 	</array>
 	</array>
 	<key>UIBackgroundModes</key>
 	<key>UIBackgroundModes</key>
 	<array>
 	<array>
+		<string>audio</string>
 		<string>fetch</string>
 		<string>fetch</string>
 		<string>location</string>
 		<string>location</string>
 		<string>remote-notification</string>
 		<string>remote-notification</string>