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

Commit daf33ed8 authored by Alan Viverette's avatar Alan Viverette
Browse files

Swap names for clock delegates so they are correct

Change-Id: Ic11affae802f0afe4746f65f0b96979a7c5a9c0a
parent b1df48e4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -86,12 +86,12 @@ public class TimePicker extends FrameLayout {

        switch (mode) {
            case MODE_CLOCK:
                mDelegate = new TimePickerSpinnerDelegate(
                mDelegate = new TimePickerClockDelegate(
                        this, context, attrs, defStyleAttr, defStyleRes);
                break;
            case MODE_SPINNER:
            default:
                mDelegate = new TimePickerClockDelegate(
                mDelegate = new TimePickerSpinnerDelegate(
                        this, context, attrs, defStyleAttr, defStyleRes);
                break;
        }
+1062 −380

File changed.

Preview size limit exceeded, changes collapsed.

+380 −1062

File changed.

Preview size limit exceeded, changes collapsed.