mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-06-16 03:39:56 -04:00
Move changelog above whatsNew in app details
This commit is contained in:
@@ -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(
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bbd1604f0c6daea3b851ab8cf1a54e8072851c64b6a7ce244d3f8425737a1814
|
||||
size 328503
|
||||
oid sha256:1bb5854c4ca879caa91c00d719747503d0f44116e0f0d6ee5fc39739bb5ea7c5
|
||||
size 328351
|
||||
|
||||
Reference in New Issue
Block a user