Skip to content
This repository has been archived by the owner on Jan 22, 2023. It is now read-only.

Commit

Permalink
Update email address in drawer activity
Browse files Browse the repository at this point in the history
  • Loading branch information
klinker24 authored Jan 14, 2023
1 parent c6c597a commit d44a1dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@ public void onClick(DialogInterface dialogInterface, int i) {
} else {
Intent emailIntent = new Intent(android.content.Intent.ACTION_SEND);

emailIntent.putExtra(android.content.Intent.EXTRA_EMAIL, new String[]{"luke@klinkerapps.com"});
emailIntent.putExtra(android.content.Intent.EXTRA_EMAIL, new String[]{"luke@klinker.xyz"});
emailIntent.putExtra(android.content.Intent.EXTRA_SUBJECT, "Talon (Plus)");
emailIntent.setType("plain/text");

Expand Down

0 comments on commit d44a1dc

Please sign in to comment.