mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-26 17:52:29 +01:00
Adds a new report option as other
This commit is contained in:
parent
11ff0736e4
commit
e2d86c1727
@ -2364,6 +2364,7 @@ private fun RenderReport(
|
||||
ReportEvent.ReportType.SPAM -> stringResource(R.string.spam)
|
||||
ReportEvent.ReportType.IMPERSONATION -> stringResource(R.string.impersonation)
|
||||
ReportEvent.ReportType.ILLEGAL -> stringResource(R.string.illegal_behavior)
|
||||
ReportEvent.ReportType.OTHER -> stringResource(R.string.other)
|
||||
}
|
||||
}
|
||||
.toSet()
|
||||
|
@ -17,6 +17,7 @@
|
||||
<string name="spam">Spam</string>
|
||||
<string name="impersonation">Impersonation</string>
|
||||
<string name="illegal_behavior">Illegal Behavior</string>
|
||||
<string name="other">Other</string>
|
||||
<string name="unknown">Unknown</string>
|
||||
<string name="relay_icon">Relay Icon</string>
|
||||
<string name="unknown_author">Unknown Author</string>
|
||||
|
@ -126,5 +126,6 @@ class ReportEvent(
|
||||
IMPERSONATION,
|
||||
NUDITY,
|
||||
PROFANITY,
|
||||
OTHER,
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user