diff --git a/Sources/justMUSIC/android/app/src/profile/AndroidManifest.xml b/Sources/justMUSIC/android/app/src/profile/AndroidManifest.xml index a5cc1f7..10cb8bb 100644 --- a/Sources/justMUSIC/android/app/src/profile/AndroidManifest.xml +++ b/Sources/justMUSIC/android/app/src/profile/AndroidManifest.xml @@ -1,9 +1,6 @@ - + \ No newline at end of file diff --git a/Sources/justMUSIC/lib/services/NotificationService.dart b/Sources/justMUSIC/lib/services/NotificationService.dart index ac02322..eeee859 100644 --- a/Sources/justMUSIC/lib/services/NotificationService.dart +++ b/Sources/justMUSIC/lib/services/NotificationService.dart @@ -33,7 +33,6 @@ class NotificationService { sendNotifyComment(String token, String text) async { var pseudo = MyApp.userViewModel.userCurrent.pseudo; - await sendPushMessage( - token, "Nouveau message", "$pseudo à réagi à votre post,\"$text\"."); + await sendPushMessage(token, "Nouveau message de $pseudo", "$text\"."); } }