mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-24 04:59:26 +01:00
fix: reportEvent uses positive int
This commit is contained in:
parent
baafebb5f9
commit
408c8109f9
@ -312,11 +312,11 @@ class _ChatState extends State<Chat> {
|
||||
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(
|
||||
|
Loading…
Reference in New Issue
Block a user