소스 검색

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];