mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-12-23 17:11:54 +01:00
Fixed renaming category
This commit is contained in:
parent
905dc0caa4
commit
fc734a980f
@ -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() }
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user