redirect to the https version of the donate website
This commit is contained in:
parent
9c61a59874
commit
4b65e1b8dc
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ class AboutActivity : BaseSimpleActivity() {
|
|||
|
||||
private fun setupDonate() {
|
||||
about_donate.setOnClickListener {
|
||||
launchViewIntent("http://simplemobiletools.github.io/donate")
|
||||
launchViewIntent("https://simplemobiletools.github.io/donate/")
|
||||
}
|
||||
about_donate.setTextColor(linkTextColor)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue