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
|
@ -63,9 +63,9 @@ class CreateSpaceFragment : BaseBottomSheetComposeFragment() {
|
|||
deeplink = null
|
||||
)
|
||||
)
|
||||
if (command.showMultiplayerTooltip) {
|
||||
findNavController().navigate(R.id.multiplayerFeatureDialog)
|
||||
}
|
||||
// if (command.showMultiplayerTooltip) {
|
||||
// findNavController().navigate(R.id.multiplayerFeatureDialog)
|
||||
// }
|
||||
}.onFailure {
|
||||
Timber.e(it, "Error while exiting to vault or opening created space")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue