Fix links

This commit is contained in:
Zakhar Timoshenko
2022-06-18 17:04:01 +03:00
parent 0bb090eee6
commit 1c1bd9265e
2 changed files with 4 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ class AboutLinksPreference @JvmOverloads constructor(context: Context, attrs: At
setTooltip(contentDescription.toString())
setOnClickListener {
openLink(
resources.getString(R.string.url_github_issues),
resources.getString(R.string.url_github),
contentDescription.toString()
)
}