瀏覽代碼

clear code

marinofaggiana 6 年之前
父節點
當前提交
3c7bbf830a
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      iOSClient/AppDelegate.m

+ 2 - 1
iOSClient/AppDelegate.m

@@ -485,9 +485,10 @@
                     } else {
                         content.title = app.capitalizedString;
                     }
-                    
                     if (subject) {
                         content.body = subject;
+                    } else {
+                        content.body = @"Nextcloud notification";
                     }
                     
                     content.sound = [UNNotificationSound defaultSound];