round brackets button
This commit is contained in:
parent
525165a0c8
commit
9297cfaf4b
@ -88,7 +88,7 @@ public class CalculatorKeyboardImpl implements CalculatorKeyboard {
|
||||
|
||||
@Nonnull
|
||||
private String prepareText(@Nonnull String text) {
|
||||
if ("( )".equals(text)) {
|
||||
if ("( )".equals(text) || "( )".equals(text)) {
|
||||
return "()";
|
||||
} else {
|
||||
return text;
|
||||
|
Loading…
Reference in New Issue
Block a user