fix(notifications/filter): update reset button title

This commit is contained in:
FineFindus
2023-11-14 22:28:31 +01:00
parent e80348ac7d
commit cb7586f973
2 changed files with 4 additions and 3 deletions

View File

@@ -172,7 +172,7 @@ public class NotificationsFragment extends MastodonToolbarFragment implements Sc
getLocalPrefs().save();
this.allNotificationsFragment.reload();
}).setNeutralButton(R.string.clear, (d, which) -> {
}).setNeutralButton(R.string.mo_notification_filter_reset, (d, which) -> {
Arrays.fill(checkedItems, true);
getLocalPrefs().notificationFilters.mention=checkedItems[0];
getLocalPrefs().notificationFilters.reblog=checkedItems[1];