Skip to content

Commit 5f54af6

Browse files
committed
chore: remove comment
1 parent 8c217af commit 5f54af6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/main/java/to/bitkit/ui/screens/transfer/SpendingAmountScreen.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ private fun Content(
184184
onInputChanged(if (uiState.input.length > 1) uiState.input.dropLast(1) else "0")
185185
},
186186
isDecimal = currencies.primaryDisplay == PrimaryDisplay.FIAT,
187-
// availableHeight = maxHeight,
188187
modifier = Modifier
189188
.fillMaxWidth()
190189
)

0 commit comments

Comments
 (0)