diff --git a/src/web/app/mobile/tags/drive.tag b/src/web/app/mobile/tags/drive.tag
index 3fe8936ab..d32dab068 100644
--- a/src/web/app/mobile/tags/drive.tag
+++ b/src/web/app/mobile/tags/drive.tag
@@ -34,7 +34,9 @@
ドライブには何もありません。
@@ -407,7 +409,8 @@ this.fetchMoreFiles = () => { this.update({ - fetching: true + fetching: true, + fetchingMoreFiles: true }); const max = 30; @@ -425,7 +428,8 @@ } files.forEach(this.appendFile); this.update({ - fetching: false + fetching: false, + fetchingMoreFiles: false }); }); };