Skip to content

Commit b27e169

Browse files
committed
Fix the order of the sections in settings
1 parent e1e4d51 commit b27e169

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/java/com/amrdeveloper/linkhub/ui/setting/SettingsScreen.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ fun SettingsScreen(
125125
}
126126
)
127127

128-
SettingSectionDivider(text = "Options")
129-
130128
SwitchSettingOption(
131129
text = "Remember last folder",
132130
icon = R.drawable.ic_folders,
@@ -136,6 +134,8 @@ fun SettingsScreen(
136134
}
137135
)
138136

137+
SettingSectionDivider(text = "Options")
138+
139139
SimpleSettingOption(
140140
text = "Password",
141141
icon = R.drawable.ic_password,

0 commit comments

Comments
 (0)