Fixed renaming category
This commit is contained in:
parent
905dc0caa4
commit
fc734a980f
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class CategoryRenameDialog<T>(bundle: Bundle? = null) : DialogController(bundle)
|
||||||
.input(hintRes = R.string.name, prefill = currentName) { _, input ->
|
.input(hintRes = R.string.name, prefill = currentName) { _, input ->
|
||||||
currentName = input.toString()
|
currentName = input.toString()
|
||||||
}
|
}
|
||||||
.positiveButton(android.R.string.ok)
|
.positiveButton(android.R.string.ok) { onPositive() }
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Reference in a new issue