mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
updated android to work with changes to app/archive.js (#1074)
This commit is contained in:
committed by
Donovan Preston
parent
4e0425ad7e
commit
eb9fba3da6
@@ -36,7 +36,7 @@ module.exports = function(state, emit) {
|
||||
content = html`
|
||||
<div class="p-6 w-full">${archiveTile.uploading(state, emit)}</div>
|
||||
`;
|
||||
} else if (state.archive) {
|
||||
} else if (state.archive.numFiles > 0) {
|
||||
content = archiveTile.wip(state, emit);
|
||||
button = '';
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user