mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 21:15:37 +02:00
fix: update name, version and icon when saving on prefs
This commit is contained in:
parent
0ccf1fb3b8
commit
6487284dd2
2 changed files with 10 additions and 3 deletions
|
@ -6,15 +6,15 @@ part 'patched_application.g.dart';
|
|||
|
||||
@JsonSerializable()
|
||||
class PatchedApplication {
|
||||
final String name;
|
||||
String name;
|
||||
final String packageName;
|
||||
final String version;
|
||||
String version;
|
||||
final String apkFilePath;
|
||||
@JsonKey(
|
||||
fromJson: decodeBase64,
|
||||
toJson: encodeBase64,
|
||||
)
|
||||
final Uint8List icon;
|
||||
Uint8List icon;
|
||||
DateTime patchDate;
|
||||
final bool isRooted;
|
||||
final bool isFromStorage;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue