mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 20:10:04 +03:00
Missing file
Signed-off-by: Dominic Fischer <dominicfischer7@gmail.com>
This commit is contained in:
parent
1e58767374
commit
6226938c6f
1 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ class TestPushFromPushGateway @Inject constructor(private val context: AppCompat
|
|||
status = TestStatus.RUNNING
|
||||
},
|
||||
{
|
||||
description = if (failure is PushGatewayFailure.PusherRejected) {
|
||||
description = if (it is PushGatewayFailure.PusherRejected) {
|
||||
stringProvider.getString(R.string.settings_troubleshoot_test_push_loop_failed)
|
||||
} else {
|
||||
errorFormatter.toHumanReadable(it)
|
||||
|
@ -70,6 +70,6 @@ class TestPushFromPushGateway @Inject constructor(private val context: AppCompat
|
|||
}
|
||||
|
||||
override fun cancel() {
|
||||
job?.cancel()
|
||||
action?.cancel()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue