Skip to content

Commit 8800531

Browse files
committed
fix: Resolve issues after cherry-pick
1 parent 166cb71 commit 8800531

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kDrive/UI/Controller/Files/SidebarViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ class SidebarViewController: CustomLargeTitleCollectionViewController, SelectSwi
163163
// navigationItem.rightBarButtonItem = FileListBarButton(type: .search, target: self, action: #selector(presentSearch))
164164

165165
collectionView.backgroundColor = KDriveResourcesAsset.backgroundColor.color
166-
collectionView.contentInset = UIEdgeInsets(top: 0, left: 0, bottom: UIConstants.listPaddingBottom, right: 0)
166+
collectionView.contentInset = UIEdgeInsets(top: 0, left: 0, bottom: UIConstants.List.paddingBottom, right: 0)
167167
collectionView.refreshControl = refreshControl
168168

169169
collectionView.register(RootMenuCell.self, forCellWithReuseIdentifier: RootMenuCell.identifier)

kDriveCore/Utils/InExtensionRouter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public struct InExtensionRouter: AppNavigable {
3535

3636
public func refreshCacheScanLibraryAndUpload(preload: Bool, isSwitching: Bool) async {}
3737

38-
public func showMainViewController(driveFileManager: DriveFileManager, selectedIndex: Int?) -> UITabBarController? {
38+
public func showMainViewController(driveFileManager: DriveFileManager, selectedIndex: Int?) -> UISplitViewController? {
3939
return nil
4040
}
4141

0 commit comments

Comments
 (0)