Update MinBackgroundListener.cs

This commit is contained in:
Geoffrey Goh
2016-05-05 15:45:29 -07:00
parent 67a65ded01
commit 05bfde6f88

View File

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