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

Commit 6ad98641 authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Android (Google) Code Review
Browse files

Merge "Bug 3293819. Timepicker is showing single digit for 0, 1, 2 minutes (the rest are fine)"

parents 7d179eeb 2b9484f4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -798,6 +798,7 @@ public class NumberPicker extends LinearLayout {
     */
    public void setFormatter(Formatter formatter) {
        mFormatter = formatter;
        resetSelectorIndices();
    }

    /**