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:
parent
f0932dba31
commit
bc49e05545
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue