Pārlūkot izejas kodu

Remove badge from the response

Jonas Björkert 9 mēneši atpakaļ
vecāks
revīzija
38b019b5c0

+ 0 - 1
Trio/Sources/Services/RemoteControl/RemoteNotificationResponseManager.swift

@@ -22,7 +22,6 @@ class RemoteNotificationResponseManager {
     struct APSPayload: Encodable {
     struct APSPayload: Encodable {
         let alert: Alert
         let alert: Alert
         let sound: String = "default"
         let sound: String = "default"
-        let badge: Int = 1
     }
     }
 
 
     struct Alert: Encodable {
     struct Alert: Encodable {