Move changelog above whatsNew in app details

This commit is contained in:
Torsten Grote
2026-05-11 11:14:23 -03:00
parent c57cca33f4
commit ce09ad713d
2 changed files with 6 additions and 6 deletions

View File

@@ -162,10 +162,6 @@ fun AppDetails(
AnimatedVisibility(item.showWarnings) {
AppDetailsWarnings(item, Modifier.padding(horizontal = 16.dp))
}
// Screenshots
if (item.phoneScreenshots.isNotEmpty()) {
Screenshots(item.networkState.showWarningDialog, item.phoneScreenshots)
}
// What's New
if (
item.installedVersionCode != null && (item.whatsNew != null || item.app.changelog != null)
@@ -202,6 +198,10 @@ fun AppDetails(
}
}
}
// Screenshots
if (item.phoneScreenshots.isNotEmpty()) {
Screenshots(item.networkState.showWarningDialog, item.phoneScreenshots)
}
// Anti-features
if (!item.antiFeatures.isNullOrEmpty()) {
AntiFeatures(

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bbd1604f0c6daea3b851ab8cf1a54e8072851c64b6a7ce244d3f8425737a1814
size 328503
oid sha256:1bb5854c4ca879caa91c00d719747503d0f44116e0f0d6ee5fc39739bb5ea7c5
size 328351