mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-21 04:29:45 +01:00
fixes after rebase
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
ac703a6ac7
commit
c9f230a10b
@ -81,10 +81,6 @@ import javax.inject.Inject
|
||||
@SuppressLint("LongLogTag")
|
||||
@AutoInjector(NextcloudTalkApplication::class)
|
||||
class MagicFirebaseMessagingService : FirebaseMessagingService() {
|
||||
companion object {
|
||||
const val TAG = "MagicFirebaseMessagingService"
|
||||
}
|
||||
|
||||
@JvmField
|
||||
@Inject
|
||||
var appPreferences: AppPreferences? = null
|
||||
@ -320,6 +316,7 @@ class MagicFirebaseMessagingService : FirebaseMessagingService() {
|
||||
}
|
||||
|
||||
companion object {
|
||||
const val TAG = "MagicFirebaseMessagingService"
|
||||
private const val OBSERVABLE_COUNT = 12
|
||||
private const val OBSERVABLE_DELAY: Long = 5
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user