mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 13:57:10 +09:00
DROID-3323 Tooltips | Fix | Do not show outdated multiplayer tooltip (#2052)
This commit is contained in:
parent
a3e5d97ba8
commit
612dfc0678
2 changed files with 4 additions and 3 deletions
|
@ -135,6 +135,7 @@ class CreateSpaceViewModel(
|
|||
sealed class Command {
|
||||
data class SwitchSpace(
|
||||
val space: Space,
|
||||
@Deprecated("Tooltip is outdated. Should be skipped for now.")
|
||||
val showMultiplayerTooltip: Boolean
|
||||
): Command()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue