Fix compilation
This commit is contained in:
parent
7575d78d86
commit
0056a3f163
3 changed files with 5 additions and 1 deletions
|
|
@ -40,6 +40,7 @@ data class TimelineItemLocationContent(
|
|||
when (assetType) {
|
||||
AssetType.PIN -> PinVariant.PinnedLocation
|
||||
AssetType.SENDER,
|
||||
AssetType.UNKNOWN,
|
||||
null -> PinVariant.UserLocation(avatarData = senderAvatar(), isLive = false)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue