mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2025-01-11 15:09:06 +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…
x
Reference in New Issue
Block a user