Fix QR code generation being slow as ball and log error

This commit is contained in:
Ben Meadors 2025-05-13 19:59:12 -05:00
parent 05397db3a4
commit 6fc6a8fcfa
2 changed files with 1 additions and 1 deletions

View file

@ -1811,6 +1811,7 @@ class BLEManager: NSObject, CBPeripheralDelegate, MqttClientProxyManagerDelegate
}
} catch {
Logger.data.error("Failed to decode contact data: \(error.localizedDescription, privacy: .public)")
return false
}
}

View file

@ -54,7 +54,6 @@ struct ShareContactQRDialog: View {
.interpolation(.none)
.resizable()
.scaledToFit()
.frame(width: 220, height: 220)
.background(Color(.systemBackground))
.cornerRadius(16)
.shadow(radius: 4)