Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Contact email update
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeddicord authored Jul 26, 2020
1 parent cd2719a commit 18b7907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/codechunk/speedofsound/PreferencesActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class PreferencesActivity : PreferenceActivity() {
contact.onPreferenceClickListener = Preference.OnPreferenceClickListener {
val email = Intent(Intent.ACTION_SEND)
email.type = "plain/text"
email.putExtra(Intent.EXTRA_EMAIL, arrayOf("mobile@octet.cc"))
email.putExtra(Intent.EXTRA_EMAIL, arrayOf("octet@jmp.name"))
email.putExtra(Intent.EXTRA_SUBJECT, "Speed of Sound")
this@PreferencesActivity.startActivity(email)
true
Expand Down

0 comments on commit 18b7907

Please sign in to comment.