mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-14 09:59:12 +08:00
Merge branch 'windows-support' of github.com:Microsoft/react-native-code-push into windows-support
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user