mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-10 20:15:54 +00:00
Disabled number picker wrapping.
This commit is contained in:
parent
7e8eff2729
commit
98d015c0b7
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ public class KeepVersionsDialogFragment extends DialogFragment {
|
|||
picker.setMinValue(0);
|
||||
picker.setMaxValue(5);
|
||||
picker.setValue(mValue);
|
||||
picker.setWrapSelectorWheel(false);
|
||||
return picker;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue