From f6a68eecab4568037869192ae9eb4bd339fcc929 Mon Sep 17 00:00:00 2001 From: davotoula Date: Thu, 23 Apr 2026 19:02:59 +0200 Subject: [PATCH] Video Player Buttons now sits between Reactions and Zaps in the Account Settings section --- .../screen/loggedIn/settings/AllSettingsScreen.kt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/settings/AllSettingsScreen.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/settings/AllSettingsScreen.kt index 925643622..acc80fe97 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/settings/AllSettingsScreen.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/settings/AllSettingsScreen.kt @@ -147,6 +147,13 @@ fun AllSettingsScreen( onClick = { nav.nav(Route.UpdateReactionType) }, ) HorizontalDivider() + SettingsNavigationRow( + title = R.string.video_player_settings, + icon = Icons.Outlined.VideoSettings, + tint = tint, + onClick = { nav.nav(Route.VideoPlayerSettings) }, + ) + HorizontalDivider() SettingsNavigationRow( title = R.string.zaps, icon = Icons.Outlined.Bolt, @@ -218,13 +225,6 @@ fun AllSettingsScreen( tint = tint, onClick = { nav.nav(Route.BottomBarSettings) }, ) - HorizontalDivider() - SettingsNavigationRow( - title = R.string.video_player_settings, - icon = Icons.Outlined.VideoSettings, - tint = tint, - onClick = { nav.nav(Route.VideoPlayerSettings) }, - ) HorizontalDivider(thickness = 4.dp) SettingsSectionHeader(R.string.danger_zone) accountViewModel.account.settings.keyPair.privKey?.let {