mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 20:33:53 +01:00
Remove duplicate code in SettingsActivity
This commit is contained in:
parent
a3a6417b45
commit
4db2df7dd7
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