mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
typo
This commit is contained in:
parent
ff6aa1147c
commit
77601f61fb
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue