From c0382dd327cc47601470c88f413d397eb2e9b566 Mon Sep 17 00:00:00 2001 From: Donovan Preston Date: Wed, 16 Jan 2019 10:26:52 -0500 Subject: [PATCH] Fix #1089 On Android, hide the add files button when uploading --- android/pages/home.js | 1 + 1 file changed, 1 insertion(+) diff --git a/android/pages/home.js b/android/pages/home.js index 87e49e9c..eee96a8a 100644 --- a/android/pages/home.js +++ b/android/pages/home.js @@ -36,6 +36,7 @@ module.exports = function(state, emit) { content = html`
${archiveTile.uploading(state, emit)}
`; + button = ''; } else if (state.archive.numFiles > 0) { content = archiveTile.wip(state, emit); button = '';