Browse Source

Merge pull request #1556 from deltachat/allow_background_playback

allow playing voice messages in background
cyBerta 3 năm trước cách đây
mục cha
commit
4e27cae177
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      deltachat-ios/Info.plist

+ 1 - 0
deltachat-ios/Info.plist

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