Completely remove return activity, now outdated

This commit is contained in:
Stypox 2021-01-09 16:33:59 +01:00
parent 0263125e11
commit 463dd8ea74
No known key found for this signature in database
GPG key ID: 4BDF1B40A49FDD23
27 changed files with 98 additions and 132 deletions

View file

@ -219,7 +219,7 @@ public class RouterActivity extends AppCompatActivity {
// unfortunately we cannot tell if the error is really caused by an unsupported url
((RouterActivity) context).showUnsupportedUrlDialog(errorInfo.getRequest());
} else {
ErrorActivity.reportError(context, MainActivity.class, null, errorInfo);
ErrorActivity.reportError(context, errorInfo);
}
if (context instanceof RouterActivity) {