Fix color of about subtitle

This commit is contained in:
Jays2Kings 2021-04-18 02:04:10 -04:00
parent fd73a7d941
commit 5d0fc750a7

View File

@ -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()