Fix compilation issue.
This commit is contained in:
parent
6791890bf9
commit
4e043bfa40
6 changed files with 6 additions and 6 deletions
|
|
@ -28,7 +28,7 @@ enum class HomeNavigationBarItem(
|
|||
isSelected: Boolean,
|
||||
) = when (this) {
|
||||
Chats -> if (isSelected) CompoundIcons.ChatSolid() else CompoundIcons.Chat()
|
||||
Spaces -> if (isSelected) CompoundIcons.WorkspaceSolid() else CompoundIcons.Workspace()
|
||||
Spaces -> if (isSelected) CompoundIcons.SpaceSolid() else CompoundIcons.Space()
|
||||
}
|
||||
|
||||
companion object {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue