mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-3435 Primitives | Type page as Set (#2134)
This commit is contained in:
parent
51ffabc160
commit
f179d64231
23 changed files with 582 additions and 62 deletions
|
@ -559,7 +559,7 @@ fun MDVView.toCoreModels(): DVViewer = DVViewer(
|
|||
coverFit = coverFit,
|
||||
coverRelationKey = coverRelationKey.ifEmpty { null },
|
||||
defaultTemplate = defaultTemplateId.ifEmpty { null },
|
||||
defaultObjectType = defaultObjectTypeId.ifEmpty { ObjectTypeIds.PAGE }
|
||||
defaultObjectType = defaultObjectTypeId.ifEmpty { null }
|
||||
)
|
||||
|
||||
fun MDVRelation.toCoreModels(): DVViewerRelation = DVViewerRelation(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue