We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 862c852 commit e272b7dCopy full SHA for e272b7d
android/app/src/main/java/com/zulipmobile/TextCompression.kt
@@ -25,7 +25,7 @@ internal class TextCompressionModule(reactContext: ReactApplicationContext?) :
25
private val bufferSize = 8192
26
27
private val header = "z|zlib base64|"
28
- override fun getConstants(): Map<String, Any>? {
+ override fun getConstants(): Map<String, Any> {
29
val constants: MutableMap<String, Any> = HashMap()
30
constants["header"] = header
31
return constants
0 commit comments