feat: Remove original package name in app info view

This commit is contained in:
oSumAtrIX
2023-09-30 20:11:45 +02:00
parent 0492e910ea
commit 91837ebade
9 changed files with 8 additions and 33 deletions

View File

@ -9,7 +9,6 @@ class PatchedApplication {
PatchedApplication({
required this.name,
required this.packageName,
required this.originalPackageName,
required this.version,
required this.apkFilePath,
required this.icon,
@ -23,7 +22,6 @@ class PatchedApplication {
_$PatchedApplicationFromJson(json);
String name;
String packageName;
String originalPackageName;
String version;
final String apkFilePath;
@JsonKey(