Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into develop
Browse files Browse the repository at this point in the history
Signed-off-by: Marino Faggiana <[email protected]>
  • Loading branch information
marinofaggiana committed Dec 19, 2024
2 parents 8446e56 + c6ec16e commit 9fc3356
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iOSClient/Files/NCFiles.swift
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ class NCFiles: NCCollectionViewCommon {
else {
return super.reloadDataSource()
}
self.semaphoreReloadDataSource.wait()

// This is only a fail safe "dead lock", I don't think the timeout will ever be called but at least nothing gets stuck, if after 5 sec. (which is a long time in this routine), the semaphore is still locked
//
Expand Down

0 comments on commit 9fc3356

Please sign in to comment.