Skip to content

Commit

Permalink
chore: Sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-coye committed Feb 11, 2025
1 parent 047ddcb commit bce6e5d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions kDrive/UI/Controller/Home/HomeViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -185,13 +185,7 @@ class HomeViewController: CustomLargeTitleCollectionViewController, UpdateAccoun
}

private func getTopRows() -> [HomeTopRow] {
var topRows: [HomeTopRow] = []

guard driveFileManager.drive.size > 0 else {
return topRows
}

return topRows
return []
}

func reloadTopRows() {
Expand Down

0 comments on commit bce6e5d

Please sign in to comment.