|
|
@ -389,7 +389,10 @@ class ChatController extends State<Chat> {
|
|
|
|
final event = selectedEvents.single;
|
|
|
|
final event = selectedEvents.single;
|
|
|
|
final score = await showConfirmationDialog<int>(
|
|
|
|
final score = await showConfirmationDialog<int>(
|
|
|
|
context: context,
|
|
|
|
context: context,
|
|
|
|
title: L10n.of(context).howOffensiveIsThisContent,
|
|
|
|
title: L10n.of(context).reportMessage,
|
|
|
|
|
|
|
|
message: L10n.of(context).howOffensiveIsThisContent,
|
|
|
|
|
|
|
|
cancelLabel: L10n.of(context).cancel,
|
|
|
|
|
|
|
|
okLabel: L10n.of(context).ok,
|
|
|
|
actions: [
|
|
|
|
actions: [
|
|
|
|
AlertDialogAction(
|
|
|
|
AlertDialogAction(
|
|
|
|
key: -100,
|
|
|
|
key: -100,
|
|
|
|