Fixed scrolling player menu causing panning on mobile
This commit is contained in:
@@ -33,6 +33,7 @@ public class PlayerListFragment implements Fragment{
|
||||
public void build(){
|
||||
new table(){{
|
||||
new table("pane"){{
|
||||
touchable(Touchable.enabled);
|
||||
margin(14f);
|
||||
new label(() -> Bundles.format(playerGroup.size() == 1 ? "text.players.single" :
|
||||
"text.players", playerGroup.size()));
|
||||
|
||||
Reference in New Issue
Block a user