Completely remove return activity, now outdated
This commit is contained in:
parent
0263125e11
commit
463dd8ea74
27 changed files with 98 additions and 132 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue