add icon
continuous-integration/drone/push Build is passing Details

CACHED_IMAGE_LDE
Lucas Delanier 2 years ago
parent 9c3f3024cc
commit d67acfea4e

@ -1,9 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.justmusic"> package="com.example.justmusic">
<!-- The INTERNET permission is required for development. Specifically,
the Flutter tool needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
</manifest> </manifest>

@ -33,7 +33,6 @@ class NotificationService {
sendNotifyComment(String token, String text) async { sendNotifyComment(String token, String text) async {
var pseudo = MyApp.userViewModel.userCurrent.pseudo; var pseudo = MyApp.userViewModel.userCurrent.pseudo;
await sendPushMessage( await sendPushMessage(token, "Nouveau message de $pseudo", "$text\".");
token, "Nouveau message", "$pseudo à réagi à votre post,\"$text\".");
} }
} }

Loading…
Cancel
Save