Skip to content
Snippets Groups Projects
Unverified Commit aafff5ed authored by Sébastien Blin's avatar Sébastien Blin
Browse files

about: update mail address

Change-Id: I3247cb5add55a00ec2c92268563a5e9591835016
parent 262ec1c4
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ public class AboutFragment extends BaseSupportFragment<RootPresenter> {
}
private void sendFeedbackEmail() {
Intent emailIntent = new Intent(Intent.ACTION_SENDTO, Uri.parse("mailto:" + "ring@gnu.org"));
Intent emailIntent = new Intent(Intent.ACTION_SENDTO, Uri.parse("mailto:" + "jami@gnu.org"));
emailIntent.putExtra(Intent.EXTRA_SUBJECT, "[" + getText(R.string.app_name) + " Android - " + BuildConfig.VERSION_NAME + "]");
launchSystemIntent(emailIntent, getString(R.string.email_chooser_title), getString(R.string.no_email_app_installed));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment