Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 6ddfdd9

Browse files
author
Geoffrey Goh
committed
Merge branch 'windows-support' of github.com:Microsoft/react-native-code-push into windows-support
2 parents 0bd9afb + 05bfde6 commit 6ddfdd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/MinimumBackgroundListener.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace CodePush.ReactNative
55
{
66
internal class MinimumBackgroundListener : ILifecycleEventListener
77
{
8-
private DateTime? _lastSuspendDate = null;
8+
private DateTime? _lastSuspendDate;
99
private Action _resumeAction;
1010

1111
internal int MinimumBackgroundDuration { get; set; }

0 commit comments

Comments
 (0)