+ /** Updates the data about shared files
+ *
+ * @param operation Get Shared Files
+ * @param result Result of the operation
+ */
+ private void onGetSharesOperationFinish(GetSharesOperation operation, RemoteOperationResult result) {
+ // Refresh the filelist with the information
+ refeshListOfFilesFragment();
+
+ mRefreshSharesInProgress = false;
+
+ if (!mSyncInProgress) {
+ setSupportProgressBarIndeterminateVisibility(false);
+ }
+ }
+