mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-05-19 19:39:54 +08:00
Update MinBackgroundListener.cs
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user