Add an option in settings: Collapse Reddit Section.

This commit is contained in:
Alex Ning
2021-07-18 08:54:48 +08:00
parent 9e1f4edf44
commit cac9503eb5
2 changed files with 6 additions and 0 deletions

View File

@@ -16,6 +16,11 @@
app:key="collapse_account_section"
app:title="@string/settings_collapse_account_section_title" />
<SwitchPreference
app:defaultValue="false"
app:key="collapse_reddit_section"
app:title="@string/settings_collapse_reddit_section_title" />
<SwitchPreference
app:defaultValue="false"
app:key="collapse_post_section"