We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c217af commit 5f54af6Copy full SHA for 5f54af6
app/src/main/java/to/bitkit/ui/screens/transfer/SpendingAmountScreen.kt
@@ -184,7 +184,6 @@ private fun Content(
184
onInputChanged(if (uiState.input.length > 1) uiState.input.dropLast(1) else "0")
185
},
186
isDecimal = currencies.primaryDisplay == PrimaryDisplay.FIAT,
187
- // availableHeight = maxHeight,
188
modifier = Modifier
189
.fillMaxWidth()
190
)
0 commit comments