mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 20:45:51 +03:00
Set self as listener for Enumerator in FileProviderExt
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
617ca1a153
commit
939d67bfcc
1 changed files with 2 additions and 1 deletions
|
@ -366,7 +366,8 @@ import OSLog
|
|||
ncAccount: ncAccount,
|
||||
remoteInterface: ncKit,
|
||||
domain: domain,
|
||||
fastEnumeration: config.fastEnumerationEnabled
|
||||
fastEnumeration: config.fastEnumerationEnabled,
|
||||
listener: self
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue