Fix warning (suppress unused param for now, EAX does not support sticker right now.)
This commit is contained in:
parent
45f8f134ae
commit
dc9212c559
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ import javax.inject.Inject
|
||||||
|
|
||||||
class TimelineItemContentStickerFactory @Inject constructor() {
|
class TimelineItemContentStickerFactory @Inject constructor() {
|
||||||
|
|
||||||
fun create(content: StickerContent): TimelineItemEventContent {
|
fun create(@Suppress("UNUSED_PARAMETER") content: StickerContent): TimelineItemEventContent {
|
||||||
return TimelineItemUnknownContent
|
return TimelineItemUnknownContent
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue