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

Commit 05bfde6

Browse files
committed
Update MinBackgroundListener.cs
1 parent 67a65de commit 05bfde6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/MinBackgroundListener.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 MinBackgroundListener : 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)