mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-04-25 16:26:07 +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) {
|
if (installationSource != Source.IS_INSTALLED_FROM_PLAY_STORE) {
|
||||||
final result = await checkAppUpdatesGitHub();
|
final result = await checkAppUpdatesGitHub();
|
||||||
if (result['result'] == 'success') {
|
if (result['result'] == 'success') {
|
||||||
if (true) {
|
if (updateExists(widget.appConfigProvider.getAppInfo!.version, result['body'].tagName)) {
|
||||||
return result['body'];
|
return result['body'];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue