marinofaggiana 6 vuotta sitten
vanhempi
commit
3c7bbf830a
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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];