Skip to content

Commit

Permalink
refactor(Twitter): Strings in 'About'
Browse files Browse the repository at this point in the history
  • Loading branch information
swakwork committed Dec 8, 2024
1 parent 296dd1c commit 89c169f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public void onCreate(@org.jetbrains.annotations.Nullable Bundle savedInstanceSta
flags.put(strEnableRes("piko_pref_reader_mode"),SettingsStatus.enableReaderMode);
flags.put(strEnableRes("piko_pref_undo_posts"),SettingsStatus.enableUndoPosts);
flags.put(strRes("app_icon"),SettingsStatus.customAppIcon);
flags.put(strRes("custom_navigation"),SettingsStatus.navBarCustomisation);
flags.put(strRes("tab_customization_screen_title"),SettingsStatus.navBarCustomisation);
flags.put(strRes("piko_pref_download"),SettingsStatus.changeDownloadEnabled);
flags.put(strRes("piko_pref_download_media_link_handle"),SettingsStatus.mediaLinkHandle);
flags.put(strRemoveRes("piko_pref_hide_promoted_posts"),SettingsStatus.hideAds);
Expand Down Expand Up @@ -121,7 +121,7 @@ public void onCreate(@org.jetbrains.annotations.Nullable Bundle savedInstanceSta
flags.put(strRes("translate_tweet_show"),SettingsStatus.nativeTranslator);
flags.put(strRes("piko_pref_customisation_post_font_size"),SettingsStatus.customPostFontSize);
flags.put(strRemoveRes("piko_pref_top_people_search"),SettingsStatus.hideTopPeopleSearch);
flags.put(strRes("piko_pref_customisation_searchtabs"),SettingsStatus.customPostFontSize);
flags.put(strRes("piko_pref_customisation_searchtabs"),SettingsStatus.searchTabCustomisation);

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

Expand Down

0 comments on commit 89c169f

Please sign in to comment.