(InstanceTicker)アプリ設定でライセンス表記を押した時に開くURLを変更

This commit is contained in:
tateisu 2018-12-17 23:01:31 +09:00
parent ae47728f24
commit a405806872
1 changed files with 1 additions and 1 deletions

View File

@ -909,7 +909,7 @@ class ActAppSettingChild : AppCompatActivity()
showToast(this, ex, "could not open picker for font")
}
R.id.btnInstanceTickerCopyright -> App1.openBrowser(this@ActAppSettingChild,"https://cdn.weep.me/mastodon/")
R.id.btnInstanceTickerCopyright -> App1.openBrowser(this@ActAppSettingChild,"https://wee.jp/mastodon/")
}
}