change desc

This commit is contained in:
Zypherift 2024-03-14 19:32:23 +01:00
parent 45f8cf2248
commit 73d1215b23

View File

@ -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);
},