chore: rebuild bundles for the iOS remount fix

This commit is contained in:
Your Name
2026-07-27 22:33:18 -05:00
parent 3e73d5cc35
commit b058d12dff
3 changed files with 116 additions and 8 deletions
-4
View File
@@ -28062,9 +28062,6 @@ ${link}`;
removeBlindPeer: (pk) => window.__pearDB.call("removeBlindPeer", pk),
renameBlindPeer: (pk, n19) => window.__pearDB.call("renameBlindPeer", pk, n19),
setSeederAutoFollow: (pk, on) => window.__pearDB.call("setSeederAutoFollow", pk, on),
getBackupStatus: () => window.__pearDB.call("getBackupStatus"),
setBackupEnabled: (b) => window.__pearDB.call("setBackupEnabled", b),
revealMnemonic: () => window.__pearDB.call("revealMnemonic"),
restoreMnemonic: (m3) => window.__pearDB.call("restoreMnemonic", m3),
listPendingRejoins: () => window.__pearDB.call("listPendingRejoins"),
approveRejoin: (gid, ipk) => window.__pearDB.call("approveRejoin", gid, ipk),
@@ -28131,7 +28128,6 @@ ${link}`;
debugGroup: (id) => window.__pearDB.call("debugGroup", id),
nativeShare: (title, text) => window.__pearDB.call("nativeShare", title, text),
exportIcs: (content) => window.__pearDB.call("exportIcs", content),
exportRecoveryPhrase: (content) => window.__pearDB.call("exportRecoveryPhrase", content),
qrScan: () => window.__pearDB.call("qrScan"),
takePhoto: () => window.__pearDB.call("takePhoto"),
haptic: (style) => window.__pearDB.call("haptic", style),
File diff suppressed because one or more lines are too long
+58 -2
View File
File diff suppressed because one or more lines are too long