24
1
Fork 0

Fix #1089 On Android, hide the add files button when uploading

This commit is contained in:
Donovan Preston 2019-01-16 10:26:52 -05:00
parent 32a77180b0
commit c0382dd327
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ module.exports = function(state, emit) {
content = html`
<div class="p-6 w-full">${archiveTile.uploading(state, emit)}</div>
`;
button = '';
} else if (state.archive.numFiles > 0) {
content = archiveTile.wip(state, emit);
button = '';