mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-20 05:59:17 +01:00
Fixed #780
This commit is contained in:
parent
7aecb4bd15
commit
6dc79ed9e0
@ -78,7 +78,7 @@ class ManageFilterItem(val char: Char) : AbstractFlexibleItem<ManageFilterItem.H
|
|||||||
init {
|
init {
|
||||||
binding.image.isVisible = false
|
binding.image.isVisible = false
|
||||||
binding.editButton.isVisible = false
|
binding.editButton.isVisible = false
|
||||||
binding.editText.isEnabled = false
|
binding.editText.isVisible = false
|
||||||
setDragHandleView(binding.reorder)
|
setDragHandleView(binding.reorder)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user