From 92af4c509d20c5e83fe0b9309362e2741c9b60a5 Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Mon, 26 Oct 2015 16:23:09 -0400 Subject: https://github.com/pliablepixels/zmNinja/issues/50 - loads custom notification icon --- www/js/EventServer.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'www') diff --git a/www/js/EventServer.js b/www/js/EventServer.js index 77922f0e..ab0e593e 100644 --- a/www/js/EventServer.js +++ b/www/js/EventServer.js @@ -331,7 +331,9 @@ angular.module('zmApp.controllers') ZMDataModel.zmLog ("Setting up push registration"); var push = PushNotification.init( { "android": - {"senderID":zm.gcmSenderId} + {"senderID":zm.gcmSenderId, + "icon":"ic_stat_notification" + } }, { "ios": -- cgit v1.2.3