fix(Litho filter): app crash if invalid character is used in custom filter

This commit is contained in:
inotia00 2023-10-27 13:48:49 +09:00
parent 1c81539172
commit bd19a48106
2 changed files with 3 additions and 1 deletions

View File

@ -11,9 +11,10 @@
<string name="revanced_category_video">Video</string>
<string name="revanced_custom_filter_strings_summary">Filter component names by line-seperated.</string>
<string name="revanced_custom_filter_strings_title">Edit custom filter</string>
<string name="revanced_custom_filter_strings_warning">Invalid custom filter, resetting to default.</string>
<string name="revanced_custom_filter_summary">Enables custom filter to hide layout components.</string>
<string name="revanced_custom_filter_title">Enable custom filter</string>
<string name="revanced_custom_playback_speeds_invalid">Invalid custom playback speeds! Reset to default values.</string>
<string name="revanced_custom_playback_speeds_invalid">Invalid custom playback speeds. Reset to default values.</string>
<string name="revanced_custom_playback_speeds_summary">Add or change the playback speeds available.</string>
<string name="revanced_custom_playback_speeds_title">Edit custom playback speeds</string>
<string name="revanced_custom_playback_speeds_warning" formatted="false">Custom speeds can\'t be more than %sx.</string>

View File

@ -43,6 +43,7 @@
<string name="revanced_copy_video_timestamp_success">Time Stamp copied to clipboard</string>
<string name="revanced_custom_filter_strings_summary">Filter component names by line-seperated</string>
<string name="revanced_custom_filter_strings_title">Edit custom filter</string>
<string name="revanced_custom_filter_strings_warning">Invalid custom filter, resetting to default.</string>
<string name="revanced_custom_filter_summary_off">Custom filter is disabled</string>
<string name="revanced_custom_filter_summary_on">Custom filter is enabled</string>
<string name="revanced_custom_filter_title">Enable custom filter</string>