mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-12 01:43:49 +01:00
typo
This commit is contained in:
parent
ff6aa1147c
commit
77601f61fb
@ -191,7 +191,7 @@ class UnifiedPushHelper @Inject constructor(
|
||||
try {
|
||||
pushersManager?.unregisterPusher(getEndpointOrToken().orEmpty())
|
||||
} catch (e: Exception) {
|
||||
Timber.d("Probably unregistering a non existant pusher")
|
||||
Timber.d("Probably unregistering a non existing pusher")
|
||||
}
|
||||
}
|
||||
storeUpEndpoint(null)
|
||||
|
@ -194,7 +194,7 @@ class VectorMessagingReceiver : MessagingReceiver() {
|
||||
try {
|
||||
pushersManager.unregisterPusher(unifiedPushHelper.getEndpointOrToken().orEmpty())
|
||||
} catch (e: Exception) {
|
||||
Timber.tag(loggerTag.value).d("Probably unregistering a non existant pusher")
|
||||
Timber.tag(loggerTag.value).d("Probably unregistering a non existing pusher")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user