cleanup
This commit is contained in:
parent
cee5f8a0fb
commit
cb33b9f158
|
@ -113,8 +113,4 @@ constructor(trustPinned: Array<TrustManager>, acceptedTlsVersions: List<TlsVersi
|
|||
}
|
||||
return socket
|
||||
}
|
||||
|
||||
companion object {
|
||||
private val LOG_TAG = TLSSocketFactory::class.java.simpleName
|
||||
}
|
||||
}
|
||||
|
|
|
@ -60,11 +60,13 @@ class VectorFirebaseMessagingService : FirebaseMessagingService() {
|
|||
|
||||
override fun onCreate() {
|
||||
super.onCreate()
|
||||
notificationDrawerManager = vectorComponent().notificationDrawerManager()
|
||||
notifiableEventResolver = vectorComponent().notifiableEventResolver()
|
||||
pusherManager = vectorComponent().pusherManager()
|
||||
activeSessionHolder = vectorComponent().activeSessionHolder()
|
||||
vectorPreferences = vectorComponent().vectorPreferences()
|
||||
with(vectorComponent()) {
|
||||
notificationDrawerManager = notificationDrawerManager()
|
||||
notifiableEventResolver = notifiableEventResolver()
|
||||
pusherManager = pusherManager()
|
||||
activeSessionHolder = activeSessionHolder()
|
||||
vectorPreferences = vectorPreferences()
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue