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

Commit 2b9484f4 authored by Svetoslav Ganov's avatar Svetoslav Ganov
Browse files

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

Change-Id: I55c50857740fc1210c45e9b7fc8905ec2266ed8c
parent fc3948a8
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();
    }

    /**