From 05bfde6f888065d9eaa0d0414f25a7ef7c44a5b7 Mon Sep 17 00:00:00 2001 From: Geoffrey Goh Date: Thu, 5 May 2016 15:45:29 -0700 Subject: [PATCH] Update MinBackgroundListener.cs --- windows/MinBackgroundListener.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/MinBackgroundListener.cs b/windows/MinBackgroundListener.cs index cbc213d..3d7ac94 100644 --- a/windows/MinBackgroundListener.cs +++ b/windows/MinBackgroundListener.cs @@ -5,7 +5,7 @@ namespace CodePush.ReactNative { internal class MinBackgroundListener : ILifecycleEventListener { - private DateTime? _lastSuspendDate = null; + private DateTime? _lastSuspendDate; private Action _resumeAction; internal int MinimumBackgroundDuration { get; set; }