Procházet zdrojové kódy

allow playing voice messages in background

cyberta před 3 roky
rodič
revize
7fea77e880
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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>