Explorar o código

Remove badge from the response

Jonas Björkert hai 9 meses
pai
achega
38b019b5c0

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

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