mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-23 05:29:54 +01:00
fix klint warnings
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
4f1a188a38
commit
73ce2716de
@ -272,7 +272,8 @@ class MagicFirebaseMessagingService : FirebaseMessagingService() {
|
||||
apiVersion,
|
||||
signatureVerification.userEntity.baseUrl,
|
||||
decryptedPushMessage.id
|
||||
), null
|
||||
),
|
||||
null
|
||||
)
|
||||
.repeatWhen { completed ->
|
||||
completed.zipWith(Observable.range(1, 12), { _, i -> i })
|
||||
|
@ -1,7 +1,5 @@
|
||||
package com.nextcloud.talk.models.json.status
|
||||
|
||||
|
||||
|
||||
enum class StatusType(val string: String) {
|
||||
ONLINE("online"),
|
||||
OFFLINE("offline"),
|
||||
|
Loading…
Reference in New Issue
Block a user