fix klint warnings

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2022-02-23 15:07:09 +01:00
parent 4f1a188a38
commit 73ce2716de
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B
6 changed files with 13 additions and 14 deletions

View File

@ -272,7 +272,8 @@ class MagicFirebaseMessagingService : FirebaseMessagingService() {
apiVersion, apiVersion,
signatureVerification.userEntity.baseUrl, signatureVerification.userEntity.baseUrl,
decryptedPushMessage.id decryptedPushMessage.id
), null ),
null
) )
.repeatWhen { completed -> .repeatWhen { completed ->
completed.zipWith(Observable.range(1, 12), { _, i -> i }) completed.zipWith(Observable.range(1, 12), { _, i -> i })

View File

@ -1,7 +1,5 @@
package com.nextcloud.talk.models.json.status package com.nextcloud.talk.models.json.status
enum class StatusType(val string: String) { enum class StatusType(val string: String) {
ONLINE("online"), ONLINE("online"),
OFFLINE("offline"), OFFLINE("offline"),