mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-13 00:05:08 +01:00
Fix settings controller rehighlighting option on theme change
This commit is contained in:
parent
8f55dcc859
commit
83bcea8070
@ -59,6 +59,7 @@ abstract class SettingsController : PreferenceController() {
|
|||||||
listView.findViewHolderForAdapterPosition(pos)?.let {
|
listView.findViewHolderForAdapterPosition(pos)?.let {
|
||||||
animatePreferenceHighlight(it.itemView)
|
animatePreferenceHighlight(it.itemView)
|
||||||
}
|
}
|
||||||
|
preferenceKey = null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user