We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32ad736 commit 94579bfCopy full SHA for 94579bf
1 file changed
InfiniLink/BLE/BLEWriteManager.swift
@@ -53,7 +53,7 @@ struct BLEWriteManager {
53
let body = transliterationEnabled ? notif.subtitle.asciiSafe : notif.subtitle
54
55
// Convert strings to ASCII
56
- let titleData = (title + "\0").data(using: .ascii)
+ let titleData = (" " + title + "\0").data(using: .ascii)
57
let bodyData = (body + "\0").data(using: .ascii)
58
59
// Log if there was a failure when converting
0 commit comments