mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
fix: reverse versions list to have recents first.
This commit is contained in:
parent
ead308740f
commit
efe1306aac
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ class _PatchItemState extends State<PatchItem> {
|
|||
translationParams: {
|
||||
'packageVersion': widget.packageVersion,
|
||||
'supportedVersions':
|
||||
'\u2022 ${widget.supportedPackageVersions.join('\n\u2022 ')}',
|
||||
'\u2022 ${widget.supportedPackageVersions.reversed.join('\n\u2022 ')}',
|
||||
},
|
||||
),
|
||||
actions: <Widget>[
|
||||
|
|
Loading…
Reference in a new issue