Remove leading/trailing whitespace from notes
This commit is contained in:
parent
88b8663484
commit
dba5912ecd
@ -99,7 +99,7 @@ class NumberPickerFactory
|
||||
picker.clearFocus()
|
||||
picker2.clearFocus()
|
||||
val v = picker.value + 0.01 * picker2.value
|
||||
val note = etNotes.text.toString()
|
||||
val note = etNotes.text.toString().trim()
|
||||
callback.onNumberPicked(v, note)
|
||||
}
|
||||
.setNegativeButton(android.R.string.cancel) { _, _ ->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user