feat: improve explanation of update being unusable

This commit is contained in:
Ushie
2022-10-20 00:15:48 +03:00
parent ac79765372
commit caa9694543
5 changed files with 79 additions and 51 deletions

View File

@ -29,7 +29,7 @@ class HomeViewModel extends BaseViewModel {
final Toast _toast = locator<Toast>();
final flutterLocalNotificationsPlugin = FlutterLocalNotificationsPlugin();
DateTime? _lastUpdate;
bool showUpdatableApps = true;
bool showUpdatableApps = false;
List<PatchedApplication> patchedInstalledApps = [];
List<PatchedApplication> patchedUpdatableApps = [];