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 {