Skip to content

Commit

Permalink
[Android] Explicitly remove New tab page cards from menu
Browse files Browse the repository at this point in the history
This item used in the upstream NTP, that we don't use.
  • Loading branch information
samartnik committed Oct 30, 2024
1 parent 10f25a5 commit 1585f49
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ private void updateBravePreferences() {
removePreferenceIfPresent(MainSettings.PREF_SAFETY_CHECK);
removePreferenceIfPresent(MainSettings.PREF_ACCOUNT_AND_GOOGLE_SERVICES_SECTION);
removePreferenceIfPresent(MainSettings.PREF_GOOGLE_SERVICES);
removePreferenceIfPresent(MainSettings.PREF_HOME_MODULES_CONFIG);
removePreferenceIfPresent(PREF_LANGUAGES);
removePreferenceIfPresent(PREF_BASICS_SECTION);
// removePreferenceIfPresent(MainSettings.PREF_HOMEPAGE);
Expand Down

0 comments on commit 1585f49

Please sign in to comment.