mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-3067 Space settings | Fix | Fix broken behavior for removing space icon (#2081)
This commit is contained in:
parent
b97e9d9b85
commit
d0a0bcdaa2
1 changed files with 1 additions and 2 deletions
|
@ -182,8 +182,7 @@ class SpaceSettingsViewModel(
|
|||
space = params.space,
|
||||
details = mapOf(
|
||||
Relations.ICON_OPTION to spaceGradientProvider.randomId().toDouble(),
|
||||
Relations.ICON_IMAGE to null,
|
||||
Relations.ICON_EMOJI to null
|
||||
Relations.ICON_IMAGE to "",
|
||||
)
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue