Fully collapsing comments is now available (barebone).

This commit is contained in:
Alex Ning
2020-07-03 10:27:24 +08:00
parent 9a4edde8fb
commit 4f8b313b3c
7 changed files with 216 additions and 18 deletions

View File

@@ -69,6 +69,11 @@
app:key="comment_toolbar_hide_on_click"
app:title="@string/settings_comment_toolbar_hide_on_click" />
<SwitchPreference
app:defaultValue="false"
app:key="fully_collapse_comment"
android:title="@string/settings_fully_collapse_comment_title" />
<SwitchPreference
app:defaultValue="true"
app:key="show_absolute_number_of_votes"