mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-05-21 16:47:08 +02:00
fix crash value editor
This commit is contained in:
parent
8a8ce34586
commit
28cc2ab159
@ -35,7 +35,7 @@ class SettingsMenu : AbstractMenu() {
|
||||
|
||||
val input = EditText(viewModel.context)
|
||||
input.inputType = InputType.TYPE_CLASS_TEXT
|
||||
input.setText(context.config.string(property))
|
||||
input.setText(context.config.get(property).toString())
|
||||
|
||||
builder.setView(input)
|
||||
builder.setPositiveButton("OK") { _, _ ->
|
||||
|
Loading…
x
Reference in New Issue
Block a user