change desc
This commit is contained in:
parent
45f8cf2248
commit
73d1215b23
@ -1009,10 +1009,10 @@ class SettingsScreenState extends State<SettingsScreen>
|
|||||||
onPressed: () {
|
onPressed: () {
|
||||||
// Generate fake error details
|
// Generate fake error details
|
||||||
FlutterErrorDetails fakeErrorDetails = FlutterErrorDetails(
|
FlutterErrorDetails fakeErrorDetails = FlutterErrorDetails(
|
||||||
exception: Exception('fasz'),
|
exception: Exception('test'),
|
||||||
stack: StackTrace.current,
|
stack: StackTrace.current,
|
||||||
library: 'MyApp',
|
library: 'MyApp',
|
||||||
context: ErrorDescription('a kurva a-'),
|
context: ErrorDescription('test'),
|
||||||
);
|
);
|
||||||
showErrorScreen(context, fakeErrorDetails);
|
showErrorScreen(context, fakeErrorDetails);
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user