Skip to content

Commit e272b7d

Browse files
gnpricechrisbobbe
authored andcommitted
android [nfc]: Tighten a return type in TextCompression
1 parent 862c852 commit e272b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/src/main/java/com/zulipmobile/TextCompression.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ internal class TextCompressionModule(reactContext: ReactApplicationContext?) :
2525
private val bufferSize = 8192
2626

2727
private val header = "z|zlib base64|"
28-
override fun getConstants(): Map<String, Any>? {
28+
override fun getConstants(): Map<String, Any> {
2929
val constants: MutableMap<String, Any> = HashMap()
3030
constants["header"] = header
3131
return constants

0 commit comments

Comments
 (0)