Merge branch 'windows-support' of github.com:Microsoft/react-native-code-push into windows-support

This commit is contained in:
Geoffrey Goh
2016-05-06 10:26:57 -07:00

View File

@@ -5,7 +5,7 @@ namespace CodePush.ReactNative
{
internal class MinimumBackgroundListener : ILifecycleEventListener
{
private DateTime? _lastSuspendDate = null;
private DateTime? _lastSuspendDate;
private Action _resumeAction;
internal int MinimumBackgroundDuration { get; set; }