From 69c8d2e7f7438d083a304be11971d94fffa5d915 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burhan=20U=C4=9EUR?= Date: Fri, 2 Jun 2017 01:38:18 +0300 Subject: [PATCH] Added missing Notification property to ForSingleRegistrationId method. --- PushSharp.Google/GcmNotification.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/PushSharp.Google/GcmNotification.cs b/PushSharp.Google/GcmNotification.cs index 28ba0599..9ef93c71 100644 --- a/PushSharp.Google/GcmNotification.cs +++ b/PushSharp.Google/GcmNotification.cs @@ -43,6 +43,7 @@ public static GcmNotification ForSingleRegistrationId (GcmNotification msg, stri result.DelayWhileIdle = msg.DelayWhileIdle; result.ContentAvailable = msg.ContentAvailable; result.DryRun = msg.DryRun; + result.Notification = msg.Notification; result.Priority = msg.Priority; result.NotificationKey = msg.NotificationKey;