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

DROID-3485 Primitives | Layout note (#2275)

This commit is contained in:
Konstantin Ivanov 2025-04-09 23:02:16 +02:00 committed by GitHub
parent c76164ad92
commit d43671cc86
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -478,8 +478,7 @@ class ObjectTypeViewModel(
uiTypeLayoutsState.value = Visible(
layouts = listOf(
ObjectType.Layout.BASIC,
//DROID-3485, NOTE layout is not supported for now
//ObjectType.Layout.NOTE,
ObjectType.Layout.NOTE,
ObjectType.Layout.PROFILE,
ObjectType.Layout.TODO
),