|
@@ -1432,7 +1432,8 @@ public class FileDisplayActivity extends FileActivity
|
|
|
private void setBackgroundText() {
|
|
|
final OCFileListFragment ocFileListFragment = getListOfFilesFragment();
|
|
|
if (ocFileListFragment != null) {
|
|
|
- if (mSyncInProgress) {
|
|
|
+ if (mSyncInProgress ||
|
|
|
+ getFile().getFileLength() > 0 && getStorageManager().getFolderContent(getFile(), false).isEmpty()) {
|
|
|
ocFileListFragment.setEmptyListLoadingMessage();
|
|
|
} else {
|
|
|
ocFileListFragment.setEmptyListMessage(ExtendedListFragment.SearchType.NO_SEARCH);
|