@@ -2833,7 +2833,7 @@
repositoryURL = "https://github.com/nextcloud/ios-communication-library/";
requirement = {
kind = revision;
- revision = fa514ec021fb459cdd5695b1042e2f366eaeecd6;
+ revision = e0e7074c65d64e7d37a362f8f2e59e909bb7d205;
};
F7C4D88B2534887E00C142DA /* XCRemoteSwiftPackageReference "Parchment" */ = {
@@ -24,7 +24,7 @@
"repositoryURL": "https://github.com/nextcloud/ios-communication-library/",
"state": {
"branch": null,
- "revision": "fa514ec021fb459cdd5695b1042e2f366eaeecd6",
+ "revision": "e0e7074c65d64e7d37a362f8f2e59e909bb7d205",
"version": null
}
},
@@ -144,7 +144,7 @@ class NCShareExtension: UIViewController, NCListCellDelegate, NCEmptyDataSetDele
self.commandViewHeightConstraint.constant = 140 + (self.heightRowTableView * 3)
} completion: { (_) in
- if filesName.count > 3 {
+ if filesName.count <= 3 {
self.tableView.isScrollEnabled = false
self.tableView.reloadData()