Fix color of recents remove history subtitle

This commit is contained in:
Jays2Kings 2021-04-18 21:01:09 -04:00
parent e028c3395c
commit babb6061e0

View File

@ -33,7 +33,7 @@ class RecentsOptionsSheet(activity: Activity) :
val titleText = context.getString(R.string.show_reset_history_button)
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() {