Skip to content

Commit

Permalink
Sorting credits
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonHalvdansson committed Oct 2, 2023
1 parent b78e61e commit 9d126fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ private void updateFragmentLayout() {
private void showUpdateDialog() {
AlertDialog dialog = new MaterialAlertDialogBuilder(this)
.setTitle("Changelog")
.setMessage(Html.fromHtml("<b>Version 1.10.1:</b><br>" +
"- Added experimental alternative comment sorting<br>" +
.setMessage(Html.fromHtml("<b>Version 1.11:</b><br>" +
"- Added alternative comment sortings (thanks John Rapp Farnes)<br>" +
"- Fixed user bio bottom padding<br>" +
"- Improved old Android navigation scrim (thanks AppearamidGuy)<br>" +
"- Optimized AdBlock adlist loading (thanks AppearamidGuy)<br>" +
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/xml/root_preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
<DropDownPreference
app:singleLineTitle="false"
app:icon="@drawable/ic_action_filter"
app:title="Comment sorting (experimental)"
app:title="Comment sorting"
app:key="pref_comment_sorting"
app:useSimpleSummaryProvider="true"
app:entries="@array/comment_sorting"
Expand Down

0 comments on commit 9d126fb

Please sign in to comment.