mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 23:09:35 +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,
|
title: L10n.of(context).howOffensiveIsThisContent,
|
||||||
actions: [
|
actions: [
|
||||||
AlertDialogAction(
|
AlertDialogAction(
|
||||||
key: 100,
|
key: -100,
|
||||||
label: L10n.of(context).extremeOffensive,
|
label: L10n.of(context).extremeOffensive,
|
||||||
),
|
),
|
||||||
AlertDialogAction(
|
AlertDialogAction(
|
||||||
key: 50,
|
key: -50,
|
||||||
label: L10n.of(context).offensive,
|
label: L10n.of(context).offensive,
|
||||||
),
|
),
|
||||||
AlertDialogAction(
|
AlertDialogAction(
|
||||||
|
Loading…
Reference in New Issue
Block a user