Fixed updater

This commit is contained in:
Juan Gilsanz Polo 2023-05-25 21:14:26 +02:00
parent 33840c2c90
commit 71853d678a
8 changed files with 131 additions and 87 deletions

View file

@ -199,7 +199,7 @@ class AppConfigProvider with ChangeNotifier {
}
}
void setAppUpdatesAvailable(GitHubRelease value) {
void setAppUpdatesAvailable(GitHubRelease? value) {
_appUpdatesAvailable = value;
notifyListeners();
}