[app] Fix Github link (#132)

This commit is contained in:
tehcneko 2021-02-13 23:01:44 +08:00 committed by GitHub
parent 7db7b62ab6
commit 83d5dbdc27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ public class MainActivity extends BaseActivity {
binding.sourceCode.setTransformationMethod(new LinkTransformationMethod(this));
binding.sourceCode.setText(HtmlCompat.fromHtml(getString(
R.string.about_view_source_code,
"<b><a href=\"https://github.com/RikkaApps/Shizuku\">GitHub</a></b>",
"<b><a href=\"https://github.com/LSPosed/LSPosed\">GitHub</a></b>",
"<b><a href=\"https://t.me/LSPosed\">Telegram</a></b>"), HtmlCompat.FROM_HTML_MODE_LEGACY));
new AlertDialog.Builder(this)
.setView(binding.getRoot())