Skip to content

Commit be0d3d9

Browse files
DROP THIS - test zip ram on ios
1 parent 01e2cdd commit be0d3d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/scripts/ui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,7 @@ class ReceiveFileDialog extends ReceiveDialog {
12351235
let zipName = "";
12361236
let sendAsZip = false;
12371237

1238-
const tooBigToZip = window.iOS && this._data.totalSize > 256000000;
1238+
const tooBigToZip = false; // window.iOS && this._data.totalSize > 256000000;
12391239

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

0 commit comments

Comments
 (0)