Skip to content

Commit fed6cee

Browse files
committed
update(Twitter): Updated missing patch names in About section
1 parent e52523e commit fed6cee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

extensions/twitter/src/main/java/app/revanced/extension/twitter/settings/fragments/SettingsAboutFragment.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,12 @@ public void onCreate(@org.jetbrains.annotations.Nullable Bundle savedInstanceSta
127127
flags.put(strRemoveRes("piko_pref_server_response_logging"),SettingsStatus.serverResponseLogging);
128128
flags.put(strRes("piko_pref_show_post_source"),SettingsStatus.showSourceLabel);
129129
flags.put(strEnableRes("piko_changelogs_title"),SettingsStatus.showChangelogsPatchEnabled);
130+
flags.put(strEnableRes("piko_changelogs_title"),SettingsStatus.showChangelogsPatchEnabled);
131+
flags.put(strRes("piko_pref_pause_search_suggestion"),SettingsStatus.pauseSearchSuggestions);
132+
flags.put(strRes("piko_pref_search_suggestion"),SettingsStatus.removeSearchSuggestions);
133+
flags.put(strRes("piko_pref_customisation_change_app_icon"),SettingsStatus.appIconCustomisation);
134+
flags.put(strRes("piko_pref_hide_badge_nav_bar"),SettingsStatus.hideNavbarBadge);
135+
flags.put(strRes("piko_pref_hide_post_inline_metrics"),SettingsStatus.hidePostMetrics);
130136

131137
LegacyTwitterPreferenceCategory patPref = preferenceCategory(strRes("piko_pref_patches"), screen);
132138

0 commit comments

Comments
 (0)