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

View File

@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="url_github_issues">https://github.com/nv95/Kotatsu/issues</string>
<string name="url_github">https://github.com/nv95/Kotatsu</string>
<string name="url_discord">https://discord.gg/NNJ5RgVBC5</string>
<string name="url_forpda">https://4pda.to/forum/index.php?showtopic=697669</string>
<string name="url_twitter">https://https://twitter.com/kotatsuapp</string>
<string name="url_reddit">https://www.reddit.com/user/kotatsuapp/</string>
<string name="url_twitter">https://twitter.com/kotatsuapp</string>
<string name="url_reddit">https://reddit.com/user/kotatsuapp</string>
<string name="url_weblate">https://hosted.weblate.org/engage/kotatsu</string>
<string-array name="values_theme" translatable="false">
<item>-1</item>