1
0
Fork 0
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:
Evgenii Kozlov 2025-01-31 17:42:35 +01:00 committed by Evgenii Kozlov
parent a3e5d97ba8
commit 612dfc0678
2 changed files with 4 additions and 3 deletions

View file

@ -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()
}