瀏覽代碼

Remove badge from the response

Jonas Björkert 11 月之前
父節點
當前提交
38b019b5c0
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Trio/Sources/Services/RemoteControl/RemoteNotificationResponseManager.swift

+ 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 {