Skip to content

Commit

Permalink
Remove duplicate experimental entry from SettingsEntries
Browse files Browse the repository at this point in the history
  • Loading branch information
italankin committed Jun 5, 2022
1 parent 9ebde95 commit f61c4c2
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -338,14 +338,6 @@ static SettingsEntryImpl[] entries() {
return Collections.singletonList(MiscFragment.newInstance(requestKey));
})
.build(),
new SettingsEntryImpl.Builder(R.string.pref_key_misc_experimental)
.title(R.string.settings_home_misc_experimental)
.summary(R.string.settings_home_misc_experimental_summary)
.category(R.string.settings_home_misc)
.stackBuilder(requestKey -> {
return Arrays.asList(new MiscFragment(), new ExperimentalSettingsFragment());
})
.build(),

/* --- Experimental --- */

Expand Down

0 comments on commit f61c4c2

Please sign in to comment.