fix: patch selection while scrolling

This commit is contained in:
Alberto Ponces 2022-08-17 23:06:02 +01:00
parent cff27872eb
commit 492aa848ff
5 changed files with 23 additions and 22 deletions

View file

@ -15,7 +15,7 @@ class PatchedApplication {
toJson: encodeBase64,
)
final Uint8List icon;
final DateTime patchDate;
DateTime patchDate;
final bool isRooted;
final bool isFromStorage;
List<String> appliedPatches;