Исправил баг в SimpleButton
This commit is contained in:
parent
9d39f4d1aa
commit
2f7f84cdf2
@ -50,7 +50,7 @@ public class SimpleButton implements KeyBoardButton {
|
|||||||
return new SimpleButton(
|
return new SimpleButton(
|
||||||
label, Arrays.stream(args)
|
label, Arrays.stream(args)
|
||||||
.map(buttonArg -> buttonArg.getType() + ":" + buttonArg.getValue())
|
.map(buttonArg -> buttonArg.getType() + ":" + buttonArg.getValue())
|
||||||
.collect(Collectors.joining("[", "]", ";"))
|
.collect(Collectors.joining(";", "[", "]"))
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user