diff --git a/lib/views/chat.dart b/lib/views/chat.dart index 829d67bd0..c00e6e659 100644 --- a/lib/views/chat.dart +++ b/lib/views/chat.dart @@ -312,11 +312,11 @@ class _ChatState extends State { title: L10n.of(context).howOffensiveIsThisContent, actions: [ AlertDialogAction( - key: 100, + key: -100, label: L10n.of(context).extremeOffensive, ), AlertDialogAction( - key: 50, + key: -50, label: L10n.of(context).offensive, ), AlertDialogAction(