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