Merge branch 'master' into dev

# Conflicts:
#	app/src/main/java/com/rosetta/messenger/crypto/MessageCrypto.kt
This commit is contained in:
2026-03-21 21:59:01 +05:00

View File

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