mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-04-24 15:56:05 +00:00
Changed update check
This commit is contained in:
parent
a1709d0960
commit
9cfe691f9d
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class _BaseState extends State<Base> with WidgetsBindingObserver {
|
|||
if (installationSource != Source.IS_INSTALLED_FROM_PLAY_STORE) {
|
||||
final result = await checkAppUpdatesGitHub();
|
||||
if (result['result'] == 'success') {
|
||||
if (true) {
|
||||
if (updateExists(widget.appConfigProvider.getAppInfo!.version, result['body'].tagName)) {
|
||||
return result['body'];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue