setSupportProgressBarIndeterminateVisibility(mSyncInProgress /*|| mRefreshSharesInProgress*/);
if (mSyncInProgress) {
- getListOfFilesFragment().showSwipeProgress();
+ getListOfFilesFragment().disableSwipe();
} else {
+ getListOfFilesFragment().enableSwipe();
getListOfFilesFragment().hideSwipeProgress();
}
+
}
if (synchResult != null) {