fix ui crash bug
This commit is contained in:
parent
efd2ac353e
commit
57f620485f
|
@ -234,6 +234,7 @@ public class ErrorActivity extends AppCompatActivity {
|
|||
Intent intent = new Intent(context, ErrorActivity.class);
|
||||
intent.putExtra(ERROR_INFO, errorInfo);
|
||||
intent.putExtra(ERROR_LIST, el);
|
||||
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
|
||||
context.startActivity(intent);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue