mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-23 13:40:43 +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,
|
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 })
|
||||||
|
@ -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"),
|
||||||
|
Loading…
Reference in New Issue
Block a user