|
@@ -929,11 +929,13 @@ FileFragment.ContainerActivity, OnNavigationListener, OnSslUntrustedCertListener
|
|
setSupportProgressBarIndeterminateVisibility(mSyncInProgress /*|| mRefreshSharesInProgress*/);
|
|
setSupportProgressBarIndeterminateVisibility(mSyncInProgress /*|| mRefreshSharesInProgress*/);
|
|
|
|
|
|
if (mSyncInProgress) {
|
|
if (mSyncInProgress) {
|
|
- getListOfFilesFragment().showSwipeProgress();
|
|
|
|
|
|
+ getListOfFilesFragment().disableSwipe();
|
|
|
|
|
|
} else {
|
|
} else {
|
|
|
|
+ getListOfFilesFragment().enableSwipe();
|
|
getListOfFilesFragment().hideSwipeProgress();
|
|
getListOfFilesFragment().hideSwipeProgress();
|
|
}
|
|
}
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
if (synchResult != null) {
|
|
if (synchResult != null) {
|