Quellcode durchsuchen

allow playing voice messages in background

cyberta vor 3 Jahren
Ursprung
Commit
7fea77e880
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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>