From afbdc7ee923387c616172a611335a0f9a5a02d7a Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 25 Mar 2017 16:01:36 +0900 Subject: [PATCH] [Client:Mobile] :v: --- src/web/app/mobile/tags/drive.tag | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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 }); }); };