SponsorBlock: Changed official NewPipe-specific things in the ErrorActivity

This commit is contained in:
polymorphicshade 2020-12-25 15:05:37 -07:00
parent e2e71e60ce
commit dd84b0e24e

View file

@ -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;