commit
All checks were successful
Android Kernel Build / build (push) Successful in 27m13s

This commit is contained in:
2026-03-20 23:29:33 +05:00
parent c929685e04
commit d90554aa9f

View File

@@ -1592,7 +1592,7 @@ object MessageCrypto {
// Reset bounds to default after first continuation // Reset bounds to default after first continuation
lowerBoundary = 0x80 lowerBoundary = 0x80
upperBoundary = 0xBF upperBoundary = 0xBF
// commit
if (bytesSeen == bytesNeeded) { if (bytesSeen == bytesNeeded) {
// Sequence complete — emit code point // Sequence complete — emit code point
if (codePoint <= 0xFFFF) { if (codePoint <= 0xFFFF) {