Skip to content

Commit 88469c2

Browse files
committed
fix: disabled NumberPad event click
1 parent 0c22b7e commit 88469c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/to/bitkit/ui/components/NumberPadActionButton.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ fun NumberPadActionButton(
7777
}
7878
} else {
7979
OutlinedButton(
80-
onClick = onClick,
80+
onClick = {},
8181
shape = buttonShape,
8282
colors = AppButtonDefaults.secondaryColors,
8383
contentPadding = contentPadding,

0 commit comments

Comments
 (0)