mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-13 07:35:06 +01:00
Fix color of recents remove history subtitle
This commit is contained in:
parent
e028c3395c
commit
babb6061e0
@ -33,7 +33,7 @@ class RecentsOptionsSheet(activity: Activity) :
|
|||||||
|
|
||||||
val titleText = context.getString(R.string.show_reset_history_button)
|
val titleText = context.getString(R.string.show_reset_history_button)
|
||||||
val subtitleText = context.getString(R.string.press_and_hold_to_also_reset)
|
val subtitleText = context.getString(R.string.press_and_hold_to_also_reset)
|
||||||
binding.showRemoveHistory.text = titleText.withSubtitle(context, subtitleText)
|
binding.showRemoveHistory.text = titleText.withSubtitle(binding.showRemoveHistory.context, subtitleText)
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun initGeneralPreferences() {
|
private fun initGeneralPreferences() {
|
||||||
|
Loading…
Reference in New Issue
Block a user