Skip to content

Commit

Permalink
Fix missing divider in appearance prefs
Browse files Browse the repository at this point in the history
  • Loading branch information
valldrac committed May 21, 2024
1 parent 4a90efe commit 2b776cc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ class AppearanceSettingsFragment : DSLSettingsFragment(R.string.preferences__app
}
)

dividerPref()

sectionHeaderPref(R.string.preferences_appearance__navigation_bar)

clickPref(
Expand Down

0 comments on commit 2b776cc

Please sign in to comment.