- RemoteOperation getSharedFiles = new GetSharedFilesOperation();
- getSharedFiles.execute(getAccount(), this, null, null, this);
+ RemoteOperation getShares = new GetSharesOperation(mStorageManager);
+ getShares.execute(getAccount(), this, this, mHandler, this);
+
+ mRefreshSharesInProgress = true;
+ setSupportProgressBarIndeterminateVisibility(true);