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

Commit 748dd651 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "docs: fix typos" into qt-dev

parents aee0f9c3 5f005c9e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1266,12 +1266,12 @@ public class NumberPicker extends LinearLayout {
     * current value is set to the {@link NumberPicker#getMaxValue()} value.
     * </p>
     * <p>
     * If the argument is less than the {@link NumberPicker#getMaxValue()} and
     * If the argument is more than the {@link NumberPicker#getMaxValue()} and
     * {@link NumberPicker#getWrapSelectorWheel()} is <code>false</code> the
     * current value is set to the {@link NumberPicker#getMaxValue()} value.
     * </p>
     * <p>
     * If the argument is less than the {@link NumberPicker#getMaxValue()} and
     * If the argument is more than the {@link NumberPicker#getMaxValue()} and
     * {@link NumberPicker#getWrapSelectorWheel()} is <code>true</code> the
     * current value is set to the {@link NumberPicker#getMinValue()} value.
     * </p>