mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
Fix #1089 On Android, hide the add files button when uploading
This commit is contained in:
@@ -36,6 +36,7 @@ module.exports = function(state, emit) {
|
|||||||
content = html`
|
content = html`
|
||||||
<div class="p-6 w-full">${archiveTile.uploading(state, emit)}</div>
|
<div class="p-6 w-full">${archiveTile.uploading(state, emit)}</div>
|
||||||
`;
|
`;
|
||||||
|
button = '';
|
||||||
} else if (state.archive.numFiles > 0) {
|
} else if (state.archive.numFiles > 0) {
|
||||||
content = archiveTile.wip(state, emit);
|
content = archiveTile.wip(state, emit);
|
||||||
button = '';
|
button = '';
|
||||||
|
|||||||
Reference in New Issue
Block a user