1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-06 03:50:19 +02:00

geometerplus.com => fbreader.org

This commit is contained in:
Nikolay Pultsin 2015-06-12 06:08:14 +01:00
parent f0932dba31
commit bc49e05545

View file

@ -55,7 +55,7 @@ public class BugReportActivity extends Activity implements ErrorKeys {
findViewById(R.id.send_report).setOnClickListener(new View.OnClickListener() {
public void onClick(View view) {
Intent sendIntent = new Intent(Intent.ACTION_SEND);
sendIntent.putExtra(Intent.EXTRA_EMAIL, new String[] { "exception@geometerplus.com" });
sendIntent.putExtra(Intent.EXTRA_EMAIL, new String[] { "exception@fbreader.org" });
sendIntent.putExtra(Intent.EXTRA_TEXT, reportText.toString());
sendIntent.putExtra(Intent.EXTRA_SUBJECT, "FBReader " + versionName + " exception report");
sendIntent.setType("message/rfc822");