Merge pull request #1098 from mozilla/hide-add-files-button-while-uploading

Fix #1089 On Android, hide the add files button when uploading
This commit is contained in:
Danny Coates 2019-01-16 11:01:49 -08:00 committed by GitHub
commit ae256141da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = '';