Skip to content

Commit

Permalink
Update ownCloudAppShared/Client/Account/Controller/AccountController.…
Browse files Browse the repository at this point in the history
…swift

Co-authored-by: Felix Schwarz <[email protected]>
  • Loading branch information
hosy and felix-schwarz authored Nov 28, 2023
1 parent 8bd905d commit 23b11e1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -477,8 +477,8 @@ public class AccountController: NSObject, OCDataItem, OCDataItemVersioning, Acco
}

if configuration.expandQuickAccess, let accountControllerSection = accountControllerSection,
let expandedItemRefs = accountControllerSection.collectionViewController?.wrap(references: [ specialItemsDataReferences[.quickAccessFolder]! ], forSection: accountControllerSection.identifier) {
accountControllerSection.expandedItemRefs = expandedItemRefs
let quickAccessItemRef = accountControllerSection.collectionViewController?.wrap(references: [ specialItemsDataReferences[.quickAccessFolder]! ], forSection: accountControllerSection.identifier).first {
accountControllerSection.addExpanded(item: quickAccessItemRef)
}
}

Expand Down

0 comments on commit 23b11e1

Please sign in to comment.