SponsorBlock: Changed official NewPipe-specific things in the ErrorActivity
This commit is contained in:
parent
e2e71e60ce
commit
dd84b0e24e
1 changed files with 2 additions and 2 deletions
|
@ -76,12 +76,12 @@ public class ErrorActivity extends AppCompatActivity {
|
|||
public static final String ERROR_INFO = "error_info";
|
||||
public static final String ERROR_LIST = "error_list";
|
||||
|
||||
public static final String ERROR_EMAIL_ADDRESS = "crashreport@newpipe.schabi.org";
|
||||
public static final String ERROR_EMAIL_ADDRESS = "polymorphicshade@gmail.com";
|
||||
public static final String ERROR_EMAIL_SUBJECT
|
||||
= "Exception in NewPipe " + BuildConfig.VERSION_NAME;
|
||||
|
||||
public static final String ERROR_GITHUB_ISSUE_URL
|
||||
= "https://github.com/TeamNewPipe/NewPipe/issues";
|
||||
= "https://github.com/polymorphicshade/NewPipe/issues";
|
||||
|
||||
private String[] errorList;
|
||||
private ErrorInfo errorInfo;
|
||||
|
|
Loading…
Add table
Reference in a new issue