Skip to content

Commit

Permalink
Merge pull request #26304 from brave/android_remove_ntp_upstream_item
Browse files Browse the repository at this point in the history
[Android] Explicitly remove `New tab page cards` from menu
  • Loading branch information
samartnik authored Oct 30, 2024
2 parents f3423eb + 1585f49 commit 2dc1abf
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 2dc1abf

Please sign in to comment.