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

Commit 1bc2f0c9 authored by Freeman Ng's avatar Freeman Ng Committed by Android (Google) Code Review
Browse files

Merge "fix breakage caused by recent automerge"

parents 3a5764a4 4412e88e
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -129,9 +129,6 @@ public class DateTimeSettingsSetupWizard extends Activity

        mAutoDateTimeButton = (CompoundButton)findViewById(R.id.date_time_auto_button);
        mAutoDateTimeButton.setChecked(autoDateTimeEnabled);
        ((TextView)findViewById(R.id.date_time_auto_text))
                .setText(autoDateTimeEnabled ? R.string.date_time_auto_summaryOn :
                        R.string.date_time_auto_summaryOff);
        mAutoDateTimeButton.setOnCheckedChangeListener(this);

        mTimePicker = (TimePicker)findViewById(R.id.time_picker);