1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-540 Editor | Fix | Do not show message after link to from the slash menu (#2656)

This commit is contained in:
Mikhail 2022-10-17 11:25:20 +03:00 committed by GitHub
parent d564234943
commit 16293155e0
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5089,9 +5089,7 @@ class EditorViewModel(
Prototype.Bookmark.Existing(target = link)
else
Prototype.Link(target = link),
onSuccess = {
dispatch(Command.OpenObjectSnackbar(id = link, text, icon, isSet))
}
onSuccess = {}
)
)
}