Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose "isUpdaterActive" #4028

Closed
fabiospampinato opened this issue Jul 8, 2019 · 0 comments
Closed

Expose "isUpdaterActive" #4028

fabiospampinato opened this issue Jul 8, 2019 · 0 comments

Comments

@fabiospampinato
Copy link

fabiospampinato commented Jul 8, 2019

  • Version: 4.1.1
  • Target: Most of them

I'm calling checkForUpdates and listening to events, rather than just calling checkForUpdatesAndNotify, in order to have more control over the whole process.

The problem is that checkForUpdatesAndNotify internally calls isUpdaterActive for potentially aborting the process in case the app is not auto-updatable, so isUpdaterActive should be available as a proper API also so that we can use it when calling checkForUpdates too, currently it's marked as "protected" instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants