mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 13:35:58 +03:00
SocketAPI: Also update view when paused.
This commit is contained in:
parent
e71ce01f90
commit
d8a8b53fc9
1 changed files with 1 additions and 0 deletions
|
@ -272,6 +272,7 @@ void SocketApi::slotUpdateFolderView(const QString& alias)
|
|||
// do only send UPDATE_VIEW for a couple of status
|
||||
if( f->syncResult().status() == SyncResult::SyncPrepare ||
|
||||
f->syncResult().status() == SyncResult::Success ||
|
||||
f->syncResult().status() == SyncResult::Paused ||
|
||||
f->syncResult().status() == SyncResult::Problem ||
|
||||
f->syncResult().status() == SyncResult::Error ||
|
||||
f->syncResult().status() == SyncResult::SetupError ) {
|
||||
|
|
Loading…
Reference in a new issue