Fix links

pull/178/head
Zakhar Timoshenko 4 years ago
parent 0bb090eee6
commit 1c1bd9265e

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

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <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_discord">https://discord.gg/NNJ5RgVBC5</string>
<string name="url_forpda">https://4pda.to/forum/index.php?showtopic=697669</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_twitter">https://twitter.com/kotatsuapp</string>
<string name="url_reddit">https://www.reddit.com/user/kotatsuapp/</string> <string name="url_reddit">https://reddit.com/user/kotatsuapp</string>
<string name="url_weblate">https://hosted.weblate.org/engage/kotatsu</string> <string name="url_weblate">https://hosted.weblate.org/engage/kotatsu</string>
<string-array name="values_theme" translatable="false"> <string-array name="values_theme" translatable="false">
<item>-1</item> <item>-1</item>

Loading…
Cancel
Save