✨ Allow user blocking publisher's user and report it
This commit is contained in:
@ -99,7 +99,7 @@ extension AppPromptExtension on BuildContext {
|
||||
|
||||
if (exception.response != null) {
|
||||
content = Text(
|
||||
'$preview\n\n(${exception.response?.statusCode}) ${exception.response?.data}',
|
||||
'$preview\n\n${exception.requestOptions.uri.path}\n(${exception.response?.statusCode}) ${exception.response?.data}',
|
||||
);
|
||||
} else {
|
||||
content = Text(preview);
|
||||
|
Reference in New Issue
Block a user