Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8dcc521 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Settings: Remove date_format related codes."

parents 8055f05b 00394a6d
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -74,7 +74,6 @@ public class DateTimeSettings extends SettingsPreferenceFragment
    private SwitchPreference mAutoTimeZonePref;
    private Preference mTimeZone;
    private Preference mDatePref;
    private ListPreference mDateFormat;

    @Override
    public void onCreate(Bundle icicle) {
@@ -143,9 +142,6 @@ public class DateTimeSettings extends SettingsPreferenceFragment
            }
        }

        mDateFormat.setEntries(formattedDates);
        mDateFormat.setEntryValues(R.array.date_format_values);

        mTimePref.setEnabled(!autoTimeEnabled);
        mDatePref.setEnabled(!autoTimeEnabled);
        mTimeZone.setEnabled(!autoTimeZoneEnabled);