Skip to content

Commit 663cf39

Browse files
committed
[Android] update push icon
1 parent 6ceb20c commit 663cf39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/services/notifications/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,9 @@ export default async ({ message, user }) => {
126126
if (androidNotificationTokens.length > 0) {
127127
const gcmMessage = new gcm.Message({
128128
notification: {
129+
title: 'DEMOCRACY',
129130
body: message,
131+
icon: 'ic_launcher',
130132
},
131133
});
132134
gcmProvider.send(

0 commit comments

Comments
 (0)