diff --git a/forge-gui-mobile/src/forge/toolbox/ListChooser.java b/forge-gui-mobile/src/forge/toolbox/ListChooser.java index b8b84a54959..2f5fd50a923 100644 --- a/forge-gui-mobile/src/forge/toolbox/ListChooser.java +++ b/forge-gui-mobile/src/forge/toolbox/ListChooser.java @@ -134,7 +134,7 @@ public class ListChooser extends FContainer { } setHeight(Math.min(ITEM_HEIGHT * list.size(), FOptionPane.getMaxDisplayObjHeight())); - optionPane = new FOptionPane(null, title, null, this, options, minChoices < 0 ? 0 : -1, new Callback() { + optionPane = new FOptionPane(null, title, null, this, options, 0, new Callback() { @Override public void run(Integer result) { called = false;