Implemented suggestions
This commit is contained in:
parent
a2f2d562f6
commit
5fc85fa2e0
2 changed files with 3 additions and 2 deletions
|
|
@ -48,7 +48,8 @@ public class AppearanceSettingsFragment extends BasePreferenceFragment {
|
|||
final Preference preference = findPreference(nightThemeKey);
|
||||
if (preference != null) {
|
||||
preference.setEnabled(false);
|
||||
preference.setSummary(getString(R.string.night_theme_available));
|
||||
preference.setSummary(getString(R.string.night_theme_available,
|
||||
getString(R.string.auto_device_theme_title)));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue