Skip to content

Commit

Permalink
DROP THIS - test zip ram on ios
Browse files Browse the repository at this point in the history
  • Loading branch information
schlagmichdoch committed Feb 13, 2024
1 parent 01e2cdd commit be0d3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/scripts/ui.js
Expand Up @@ -1235,7 +1235,7 @@ class ReceiveFileDialog extends ReceiveDialog {
let zipName = "";
let sendAsZip = false;

const tooBigToZip = window.iOS && this._data.totalSize > 256000000;
const tooBigToZip = false; // window.iOS && this._data.totalSize > 256000000;

if (this._data.files.length > 1 && !tooBigToZip) {
zipObjectUrl = await zipper.getObjectUrlOfZipFile(this._data.files,zipProgress => {
Expand Down

0 comments on commit be0d3d9

Please sign in to comment.