mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 20:45:51 +03:00
Deselect table view or shares after reload to reset UI
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
a7de8edd16
commit
30b4509457
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ class ShareTableViewDataSource: NSObject, NSTableViewDataSource, NSTableViewDele
|
|||
return
|
||||
}
|
||||
account = convertedAccount
|
||||
await sharesTableView?.deselectAll(self)
|
||||
shares = await fetch(
|
||||
itemIdentifier: itemIdentifier, itemRelativePath: serverPath as String
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue