summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/web/app/mobile/tags/drive.tag2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/mobile/tags/drive.tag b/src/web/app/mobile/tags/drive.tag
index 885b5f30e7..7770bd66be 100644
--- a/src/web/app/mobile/tags/drive.tag
+++ b/src/web/app/mobile/tags/drive.tag
@@ -41,7 +41,7 @@
<p if={ folder != null }>このフォルダーは空です</p>
</div>
</div>
- <div class="fetching" if={ fetching && files.length == 0 && folders.length == 0 }>
+ <div class="fetching" if={ fetching && file == null && files.length == 0 && folders.length == 0 }>
<div class="spinner">
<div class="dot1"></div>
<div class="dot2"></div>