mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Merge pull request #480 from maskaravivek/minorFix
Remove duplicate code in SettingsActivity
This commit is contained in:
commit
eb439e86dd
1 changed files with 0 additions and 1 deletions
|
|
@ -30,7 +30,6 @@ public class SettingsActivity extends PreferenceActivity implements SharedPrefer
|
|||
setTheme(R.style.LightAppTheme); // default
|
||||
}
|
||||
super.onCreate(savedInstanceState);
|
||||
super.onCreate(savedInstanceState);
|
||||
addPreferencesFromResource(R.xml.preferences);
|
||||
ListPreference licensePreference = (ListPreference) findPreference(Prefs.DEFAULT_LICENSE);
|
||||
// WARNING: ORDERING NEEDS TO MATCH FOR THE LICENSE NAMES AND DISPLAY VALUES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue