1
0
Fork 0
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:
Evgenii Kozlov 2025-02-10 15:07:07 +01:00 committed by Evgenii Kozlov
parent b97e9d9b85
commit d0a0bcdaa2

View file

@ -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 "",
)
)
)