Skip to content

Commit

Permalink
tabs to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
przybylski authored and AndyScherzinger committed Sep 6, 2018
1 parent aa01354 commit ac2d4cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,13 +249,13 @@ private void setupAboutCategory(int accentColor, String appVersion) {
PreferenceCategory preferenceCategoryAbout = (PreferenceCategory) findPreference("about");
preferenceCategoryAbout.setTitle(ThemeUtils.getColoredTitle(getString(R.string.prefs_category_about),
accentColor));

/* About App */
Preference pAboutApp = findPreference("about_app");
if (pAboutApp != null) {
pAboutApp.setTitle(String.format(getString(R.string.about_android), getString(R.string.app_name)));
pAboutApp.setSummary(String.format(getString(R.string.about_version), appVersion));
}
}

// license
boolean licenseEnabled = getResources().getBoolean(R.bool.license_enabled);
Expand Down

0 comments on commit ac2d4cf

Please sign in to comment.