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; }