mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-09 19:55:11 +01:00
Fix color of about subtitle
This commit is contained in:
parent
fd73a7d941
commit
5d0fc750a7
@ -66,7 +66,7 @@ class OverflowDialog(activity: MainActivity) : Dialog(activity, R.style.Overflow
|
||||
dismiss()
|
||||
}
|
||||
|
||||
binding.aboutItem.text = context.getString(R.string.about).withSubtitle(context, "v${BuildConfig.VERSION_NAME}")
|
||||
binding.aboutItem.text = context.getString(R.string.about).withSubtitle(binding.aboutItem.context, "v${BuildConfig.VERSION_NAME}")
|
||||
|
||||
binding.aboutItem.setOnClickListener {
|
||||
activity.showAbout()
|
||||
|
Loading…
Reference in New Issue
Block a user